Skip to content

Commit

Permalink
fix: app-proxy prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
mikhail-klimko committed Dec 22, 2023
1 parent 5a180fb commit ac226c8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ spec:
- host: {{ .Values.ingress.host }}
http:
paths:
- path: {{ .Values.ingress.pathPrefix }}
- path: {{ .Values.ingress.pathPrefix | default "/" }}
pathType: ImplementationSpecific
backend:
service:
Expand Down

0 comments on commit ac226c8

Please sign in to comment.