File tree 3 files changed +3
-5
lines changed
3 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ jobs:
109
109
sleep 1
110
110
done
111
111
echo "vector service has started, moving on..."
112
- while [[ -z "$(kubectl get pod | grep "^stac-$RELEASE_NAME-.*$" | cut -d' ' -f1 | xargs -I{} kubectl logs pod/{} | grep "GET /_mgmt/ping" | head -n 1)" ]]; do
112
+ while [[ -z "$(kubectl get pod | grep "^stac-$RELEASE_NAME-.*$" | cut -d' ' -f1 | xargs -I{} kubectl logs pod/{} | grep "GET /stac/ _mgmt/ping" | head -n 1)" ]]; do
113
113
echo "still waiting for stac service to start..."
114
114
sleep 1
115
115
done
Original file line number Diff line number Diff line change 48
48
name : {{ $serviceName }}
49
49
command :
50
50
{{- 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"))) }}
52
52
- " --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 }}"
55
53
{{- end }}{{/* needed for proxies and path rewrites on NLB */}}
56
54
livenessProbe :
57
55
tcpSocket :
Original file line number Diff line number Diff line change @@ -323,7 +323,7 @@ stac:
323
323
requestRate : 100000m
324
324
image :
325
325
name : ghcr.io/stac-utils/stac-fastapi-pgstac
326
- tag : 3 .0.1
326
+ tag : 5 .0.1
327
327
command :
328
328
- " uvicorn"
329
329
- " stac_fastapi.pgstac.app:app"
You can’t perform that action at this time.
0 commit comments