Skip to content

Commit b1bcc6c

Browse files
committed
fixup! feat: sync monty-eoapi prod with staging changes
1 parent db77913 commit b1bcc6c

1 file changed

Lines changed: 11 additions & 1 deletion

File tree

applications/argocd/production/applications/montandon-eoapi/application.yaml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,10 +114,20 @@ spec:
114114
keyvaultName: montandon-eoapi-producti
115115

116116
- repoURL: https://github.com/developmentseed/stac-auth-proxy.git
117-
targetRevision: v0.11.1
117+
targetRevision: v1.0.3
118118
path: helm/
119119
helm:
120120
valuesObject:
121+
# HealthCheck endpoints - https://github.com/developmentseed/stac-auth-proxy/pull/143
122+
startupProbe:
123+
httpGet:
124+
path: /stac/healthz
125+
livenessProbe:
126+
httpGet:
127+
path: /stac/healthz
128+
readinessProbe:
129+
httpGet:
130+
path: /stac/healthz
121131
env:
122132
UPSTREAM_URL: "http://montandon-eoapi-stac:8080"
123133
# UPSTREAM_URL: "https://montandon-eoapi.ifrc.org/stac"

0 commit comments

Comments
 (0)