From 588348ac319e768e248d478b5af0706c6c0849c8 Mon Sep 17 00:00:00 2001 From: Marcus Noble Date: Wed, 9 Sep 2020 09:11:54 +0100 Subject: [PATCH] Added liveness probe to stringer --- manifests/rss.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/manifests/rss.yaml b/manifests/rss.yaml index 0e02953..a345f4d 100644 --- a/manifests/rss.yaml +++ b/manifests/rss.yaml @@ -65,6 +65,12 @@ spec: ports: - containerPort: 8080 name: web + livenessProbe: + httpGet: + path: /heroku + port: 8080 + initialDelaySeconds: 3 + periodSeconds: 3 resources: limits: memory: 308Mi