Skip to content

Commit e45481c

Browse files
authored
Merge pull request #103 from erenatas/patch-1
Fix st2web ingress
2 parents b96895e + 19882ad commit e45481c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/ingress.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ spec:
3737
{{- end }}
3838
http:
3939
paths:
40-
- path: "/*"
40+
- path: "/"
4141
backend:
4242
serviceName: {{ .Release.Name }}-st2web{{ template "enterpriseSuffix" . }}
4343
servicePort: "80"

0 commit comments

Comments
 (0)