File tree Expand file tree Collapse file tree 6 files changed +9
-9
lines changed
helm-chart/eoapi/templates/services Expand file tree Collapse file tree 6 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 2020 - containerPort : 8080
2121 env :
2222 - name : SB_catalogUrl
23- value : " / stac"
23+ value : " {{ .Values. stac.ingress.path }} "
2424{{- end }}
Original file line number Diff line number Diff line change 4040 {{- if (and (.Values.ingress.className) (or (eq .Values.ingress.className "nginx") (eq .Values.ingress.className "traefik"))) }}
4141 - " --proxy-headers"
4242 - " --forwarded-allow-ips=*"
43- - " --root-path=/ multidim"
43+ - " --root-path={{ .Values. multidim.ingress.path }} "
4444 {{- end }}{{/* needed for proxies and path rewrites on NLB */}}
4545 livenessProbe :
4646 tcpSocket :
Original file line number Diff line number Diff line change 4040 {{- if (and (.Values.ingress.className) (or (eq .Values.ingress.className "nginx") (eq .Values.ingress.className "traefik"))) }}
4141 - " --proxy-headers"
4242 - " --forwarded-allow-ips=*"
43- - " --root-path=/ raster"
43+ - " --root-path={{ .Values. raster.ingress.path }} "
4444 {{- end }}{{/* needed for proxies and path rewrites on NLB */}}
4545 livenessProbe :
4646 tcpSocket :
Original file line number Diff line number Diff line change 4040 {{- if (and (.Values.ingress.className) (or (eq .Values.ingress.className "nginx") (eq .Values.ingress.className "traefik"))) }}
4141 - " --proxy-headers"
4242 - " --forwarded-allow-ips=*"
43- - " --root-path=/ stac"
43+ - " --root-path={{ .Values. stac.ingress.path }} "
4444 {{- end }}{{/* needed for proxies and path rewrites on NLB */}}
4545 livenessProbe :
4646 tcpSocket :
Original file line number Diff line number Diff line change 88 stripPrefix :
99 prefixes :
1010 {{- if .Values.raster.enabled }}
11- - / raster
11+ - {{ .Values. raster.ingress.path }}
1212 {{- end }}
1313 {{- if .Values.stac.enabled }}
14- - / stac
14+ - {{ .Values. stac.ingress.path }}
1515 {{- end }}
1616 {{- if .Values.vector.enabled }}
17- - / vector
17+ - {{ .Values. vector.ingress.path }}
1818 {{- end }}
1919 {{- if .Values.multidim.enabled }}
20- - / multidim
20+ - {{ .Values. multidim.ingress.path }}
2121 {{- end }}
2222{{- end }}
Original file line number Diff line number Diff line change 4040 {{- if (and (.Values.ingress.className) (or (eq .Values.ingress.className "nginx") (eq .Values.ingress.className "traefik"))) }}
4141 - " --proxy-headers"
4242 - " --forwarded-allow-ips=*"
43- - " --root-path=/ vector"
43+ - " --root-path={{ .Values. vector.ingress.path }} "
4444 {{- end }}{{/* needed for proxies and path rewrites on NLB */}}
4545 livenessProbe :
4646 tcpSocket :
You can’t perform that action at this time.
0 commit comments