diff --git a/core/controllers/gateway/controllers/gateway_controller.go b/core/controllers/gateway/controllers/gateway_controller.go index 597509bc3c..893095bc7f 100644 --- a/core/controllers/gateway/controllers/gateway_controller.go +++ b/core/controllers/gateway/controllers/gateway_controller.go @@ -145,8 +145,8 @@ func (r *GatewayReconciler) applyApp(ctx context.Context, gateway *gatewayv1.Gat DomainName: appDomain.Name, DomainNamespace: appDomain.Namespace, Backend: gatewayv1.Backend{ - ServiceName: gateway.Spec.AppId, - ServicePort: 80, + ServiceName: gateway.Spec.AppId + "." + gateway.Namespace, + ServicePort: 8000, }, }, }