File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 5050 name : {{ $serviceName }}
5151 command :
5252 {{- toYaml (index $v "command") | nindent 10 }}
53- {{- if (and ($.Values.ingress.className) (or (eq $.Values.ingress.className "nginx") (eq $.Values.ingress.className "traefik")) (not $.Values.testing) ) }}
53+ {{- if (and ($.Values.ingress.className) (or (eq $.Values.ingress.className "nginx") (eq $.Values.ingress.className "traefik"))) }}
5454 - " --root-path=/{{ $serviceName }}"
55- {{- else if (and ($.Values.ingress.className) (or (eq $.Values.ingress.className "nginx") (eq $.Values.ingress.className "traefik")) ($.Values.testing)) }}
56- - " --root-path=/{{ $serviceName }}{{ $.Release.Name }}"
5755 {{- end }}{{/* needed for proxies and path rewrites on NLB */}}
5856 livenessProbe :
5957 tcpSocket :
Original file line number Diff line number Diff line change @@ -323,7 +323,7 @@ stac:
323323 requestRate : 100000m
324324 image :
325325 name : ghcr.io/stac-utils/stac-fastapi-pgstac
326- tag : 3 .0.1
326+ tag : 5 .0.1
327327 command :
328328 - " uvicorn"
329329 - " stac_fastapi.pgstac.app:app"
You can’t perform that action at this time.
0 commit comments