Skip to content

Commit

Permalink
allow specifying pathType for better compatibility with aws-load-bala…
Browse files Browse the repository at this point in the history
…ncer-controller
  • Loading branch information
jkiang13 authored and faridco committed Jul 26, 2024
1 parent 0096c77 commit e08acb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aidbox/templates/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ spec:
http:
paths:
- path: /
pathType: ImplementationSpecific
pathType: {{ .Values.ingress.pathType | default "ImplementationSpecific" | quote }}
backend:
service:
name: {{ $fullName }}-api
Expand Down

0 comments on commit e08acb8

Please sign in to comment.