diff --git a/_deploy/k8s/deployment.yaml b/_deploy/k8s/deployment.yaml index 0621db2..8d2f790 100644 --- a/_deploy/k8s/deployment.yaml +++ b/_deploy/k8s/deployment.yaml @@ -79,6 +79,22 @@ spec: mountPath: /app/.secrets - name: rw-files mountPath: /tmp/rw-files + + livenessProbe: + httpGet: + path: /health + port: 8080 + initialDelaySeconds: 30 + periodSeconds: 30 + timeoutSeconds: 5 + + readinessProbe: + httpGet: + path: /health + port: 8080 + initialDelaySeconds: 5 + periodSeconds: 10 + volumes: - name: secrets secret: