diff --git a/deploy/deployment.yaml b/deploy/deployment.yaml index 79836b7..7a8d6f1 100644 --- a/deploy/deployment.yaml +++ b/deploy/deployment.yaml @@ -37,6 +37,14 @@ spec: port: 8080 initialDelaySeconds: 5 timeoutSeconds: 1 + livenessProbe: + httpGet: + path: /health + port: 8080 + initialDelaySeconds: 30 + periodSeconds: 30 + timeoutSeconds: 10 + failureThreshold: 5 resources: limits: cpu: 200m