From 7fec16ecab77389d4a5d75a39ca5a873c5a9ca13 Mon Sep 17 00:00:00 2001 From: Marcus Noble Date: Wed, 25 Feb 2026 07:10:50 +0000 Subject: [PATCH] Added probes Signed-off-by: Marcus Noble --- manifests/marcusnoble/marcusnoble.yaml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/manifests/marcusnoble/marcusnoble.yaml b/manifests/marcusnoble/marcusnoble.yaml index c3fa5d7..ddf409e 100644 --- a/manifests/marcusnoble/marcusnoble.yaml +++ b/manifests/marcusnoble/marcusnoble.yaml @@ -39,16 +39,16 @@ spec: memory: 50Mi requests: memory: 50Mi - # livenessProbe: - # httpGet: - # path: /healthz - # port: web - # initialDelaySeconds: 10 - # readinessProbe: - # httpGet: - # path: /healthz - # port: web - # initialDelaySeconds: 10 + livenessProbe: + httpGet: + path: / + port: web + initialDelaySeconds: 10 + readinessProbe: + httpGet: + path: / + port: web + initialDelaySeconds: 10 --- apiVersion: networking.k8s.io/v1 kind: Ingress