From 7df5219e107c4fc94e5b29368bbf3b650f64208a Mon Sep 17 00:00:00 2001 From: Marcus Noble Date: Tue, 15 Jun 2021 05:08:51 +0100 Subject: [PATCH] Added probes to blog --- manifests/blog/blog.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/manifests/blog/blog.yaml b/manifests/blog/blog.yaml index bee7f50..e3ccfc3 100644 --- a/manifests/blog/blog.yaml +++ b/manifests/blog/blog.yaml @@ -39,6 +39,14 @@ spec: memory: 200Mi requests: memory: 200Mi + livenessProbe: + httpGet: + path: /healthz + initialDelaySeconds: 10 + readinessProbe: + httpGet: + path: /healthz + initialDelaySeconds: 10 --- apiVersion: extensions/v1beta1 kind: Ingress