Skip to content

Commit

Permalink
Add pathType to webapp ingress (#702)
Browse files Browse the repository at this point in the history
  • Loading branch information
Chemaclass authored May 12, 2022
1 parent f310672 commit fdf164f
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@ spec:
- host: {{ $value | quote }}
http:
paths:
- backend:
- path: /
pathType: Prefix
backend:
service:
name: {{ $.Values.resourcePrefix }}{{ $.Values.ingress.target_service }}
port:
Expand Down

0 comments on commit fdf164f

Please sign in to comment.