Skip to content
This repository has been archived by the owner on Sep 2, 2022. It is now read-only.

Commit

Permalink
Add wildcard to ingress root path
Browse files Browse the repository at this point in the history
  • Loading branch information
regadas committed Mar 16, 2021
1 parent c2da1f9 commit d0fcecb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controllers/flinkcluster_converter.go
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ func getDesiredJobManagerIngress(
IngressRuleValue: extensionsv1beta1.IngressRuleValue{
HTTP: &extensionsv1beta1.HTTPIngressRuleValue{
Paths: []extensionsv1beta1.HTTPIngressPath{{
Path: "/",
Path: "/*",
Backend: extensionsv1beta1.IngressBackend{
ServiceName: jobManagerServiceName,
ServicePort: jobManagerServiceUIPort,
Expand Down

0 comments on commit d0fcecb

Please sign in to comment.