diff --git a/components/operator/apis/stack/v1beta3/stack_types.go b/components/operator/apis/stack/v1beta3/stack_types.go index 7f60674384..701b83df04 100644 --- a/components/operator/apis/stack/v1beta3/stack_types.go +++ b/components/operator/apis/stack/v1beta3/stack_types.go @@ -207,7 +207,7 @@ func (s *Stack) GetScheme() string { } func (s *Stack) URL() string { - return fmt.Sprintf("%s://%s", s.GetScheme(), s.Spec.Host) + return "http://gateway:8000" } func (in *Stack) GetServiceNamespacedName(service string) types.NamespacedName {