Skip to content

Commit

Permalink
Merge pull request #103 from erenatas/patch-1
Browse files Browse the repository at this point in the history
Fix st2web ingress
  • Loading branch information
armab authored Feb 11, 2020
2 parents b96895e + 19882ad commit e45481c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ spec:
{{- end }}
http:
paths:
- path: "/*"
- path: "/"
backend:
serviceName: {{ .Release.Name }}-st2web{{ template "enterpriseSuffix" . }}
servicePort: "80"
Expand Down

0 comments on commit e45481c

Please sign in to comment.