We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 66a0731 + e04d2ab commit a7c99bdCopy full SHA for a7c99bd
helm-chart/eoapi/templates/services/ingress-nginx.yaml
@@ -33,7 +33,7 @@ spec:
33
{{- range $serviceName, $v := .Values }}
34
{{- if has $serviceName $.Values.apiServices }}
35
{{- if (index $v "enabled") }}
36
- - pathType: Prefix
+ - pathType: ImplementationSpecific
37
path: "/{{ $serviceName }}(/|$)(.*)"
38
backend:
39
service:
@@ -44,7 +44,7 @@ spec:
44
{{- end }}{{/* END: if has $serviceName $.Values.apiServices */}}
45
{{- end }}{{/* END: range $serviceName, $v := .Values*/}}
46
{{- if (and (not $.Values.testing) (.Values.docServer.enabled)) }}
47
48
path: /(/|$)
49
50
0 commit comments