Skip to content

Commit

Permalink
feat: stack url
Browse files Browse the repository at this point in the history
  • Loading branch information
gfyrag committed Dec 22, 2023
1 parent a07946b commit 735dfb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/operator/apis/stack/v1beta3/stack_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 735dfb6

Please sign in to comment.