diff --git a/aidbox/templates/ingress.yaml b/aidbox/templates/ingress.yaml index 7143e35..4ab3c41 100644 --- a/aidbox/templates/ingress.yaml +++ b/aidbox/templates/ingress.yaml @@ -25,7 +25,7 @@ spec: http: paths: - path: / - pathType: ImplementationSpecific + pathType: {{ .Values.ingress.pathType | default "ImplementationSpecific" | quote }} backend: service: name: {{ $fullName }}-api