diff --git a/helm-chart/eoapi/templates/services/ingress-nginx.yaml b/helm-chart/eoapi/templates/services/ingress-nginx.yaml index a3e8e3e0..50e48e13 100644 --- a/helm-chart/eoapi/templates/services/ingress-nginx.yaml +++ b/helm-chart/eoapi/templates/services/ingress-nginx.yaml @@ -33,7 +33,7 @@ spec: {{- range $serviceName, $v := .Values }} {{- if has $serviceName $.Values.apiServices }} {{- if (index $v "enabled") }} - - pathType: Prefix + - pathType: ImplementationSpecific path: "/{{ $serviceName }}(/|$)(.*)" backend: service: @@ -44,7 +44,7 @@ spec: {{- end }}{{/* END: if has $serviceName $.Values.apiServices */}} {{- end }}{{/* END: range $serviceName, $v := .Values*/}} {{- if (and (not $.Values.testing) (.Values.docServer.enabled)) }} - - pathType: Prefix + - pathType: ImplementationSpecific path: /(/|$) backend: service: