Skip to content

Commit 58e4333

Browse files
fix(k8s): add missing ingress pathType
1 parent 31e7583 commit 58e4333

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

helm-chart/templates/ingress.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ spec:
3030
paths:
3131
{{- range .paths }}
3232
- path: {{ . }}
33+
pathType: Prefix
3334
backend:
3435
service:
3536
name: {{ $fullName }}

0 commit comments

Comments
 (0)