File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
helm-chart/eoapi/templates/services Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change 4848 name : {{ $serviceName }}
4949 command :
5050 {{- toYaml (index $v "command") | nindent 10 }}
51- {{- if (and ($.Values.ingress.className) (or (eq $.Values.ingress.className "nginx") (eq $.Values.ingress.className "traefik")) (not $.Values.testing) ) }}
51+ {{- if (and ($.Values.ingress.className) (or (eq $.Values.ingress.className "nginx") (eq $.Values.ingress.className "traefik"))) }}
5252 - " --root-path=/{{ $serviceName }}"
53- {{- else if (and ($.Values.ingress.className) (or (eq $.Values.ingress.className "nginx") (eq $.Values.ingress.className "traefik")) ($.Values.testing)) }}
54- - " --root-path=/{{ $serviceName }}{{ $.Release.Name }}"
5553 {{- end }}{{/* needed for proxies and path rewrites on NLB */}}
5654 livenessProbe :
5755 tcpSocket :
You can’t perform that action at this time.
0 commit comments