From ae08254ab691a483f5bcf18bf79754d7c2607aac Mon Sep 17 00:00:00 2001 From: Peter Kurfer Date: Sun, 30 Jun 2024 10:35:29 +0200 Subject: [PATCH] feat(garage): add probes --- garage/resources/workload.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) 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: