diff --git a/clank/apps/prod/darklight/server.yaml b/clank/apps/prod/darklight/server.yaml index cf580ab..5d38985 100644 --- a/clank/apps/prod/darklight/server.yaml +++ b/clank/apps/prod/darklight/server.yaml @@ -22,13 +22,13 @@ spec: - containerPort: 8000 livenessProbe: httpGet: - path: / + path: /download/healthz port: 8000 initialDelaySeconds: 5 timeoutSeconds: 5 readinessProbe: httpGet: - path: / + path: /download/healthz port: 8000 initialDelaySeconds: 5 timeoutSeconds: 5