diff --git a/garage/resources/workload.yaml b/garage/resources/workload.yaml index cc7dbfd..12f9883 100644 --- a/garage/resources/workload.yaml +++ b/garage/resources/workload.yaml @@ -50,6 +50,14 @@ spec: limits: cpu: 300m memory: 500Mi + readinessProbe: + httpGet: + port: 3903 + path: /health + livenessProbe: + httpGet: + port: 3903 + path: /health securityContext: capabilities: drop: