We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db77913 commit b1bcc6cCopy full SHA for b1bcc6c
1 file changed
applications/argocd/production/applications/montandon-eoapi/application.yaml
@@ -114,10 +114,20 @@ spec:
114
keyvaultName: montandon-eoapi-producti
115
116
- repoURL: https://github.com/developmentseed/stac-auth-proxy.git
117
- targetRevision: v0.11.1
+ targetRevision: v1.0.3
118
path: helm/
119
helm:
120
valuesObject:
121
+ # HealthCheck endpoints - https://github.com/developmentseed/stac-auth-proxy/pull/143
122
+ startupProbe:
123
+ httpGet:
124
+ path: /stac/healthz
125
+ livenessProbe:
126
127
128
+ readinessProbe:
129
130
131
env:
132
UPSTREAM_URL: "http://montandon-eoapi-stac:8080"
133
# UPSTREAM_URL: "https://montandon-eoapi.ifrc.org/stac"
0 commit comments