From b690be812c7b0146e9b1248a12ad6650d24799b2 Mon Sep 17 00:00:00 2001 From: Marcus Noble Date: Tue, 22 Jul 2025 06:25:57 +0100 Subject: [PATCH] Added probes to yay-or-nay Signed-off-by: Marcus Noble --- manifests/yay-or-nay/yay-or-nay.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/manifests/yay-or-nay/yay-or-nay.yaml b/manifests/yay-or-nay/yay-or-nay.yaml index 6fc555c..b7cde76 100644 --- a/manifests/yay-or-nay/yay-or-nay.yaml +++ b/manifests/yay-or-nay/yay-or-nay.yaml @@ -39,6 +39,17 @@ spec: envFrom: - secretRef: name: yay-or-nay + livenessProbe: + httpGet: + path: / + port: web + initialDelaySeconds: 10 + readinessProbe: + httpGet: + path: / + port: web + initialDelaySeconds: 10 + --- apiVersion: v1 kind: Service