diff --git a/apps/paperclip/deployment.yaml b/apps/paperclip/deployment.yaml index 36416d0..d184838 100644 --- a/apps/paperclip/deployment.yaml +++ b/apps/paperclip/deployment.yaml @@ -85,7 +85,7 @@ spec: mountPath: /paperclip readinessProbe: httpGet: - path: /health + path: /api/health port: 3100 initialDelaySeconds: 20 periodSeconds: 10 @@ -94,7 +94,7 @@ spec: failureThreshold: 3 livenessProbe: httpGet: - path: /health + path: /api/health port: 3100 initialDelaySeconds: 30 periodSeconds: 30