Added probes to blog

This commit is contained in:
Marcus Noble 2021-06-15 05:08:51 +01:00
parent 4623e16600
commit 88f91e20b6
1 changed files with 10 additions and 0 deletions

View File

@ -39,6 +39,16 @@ spec:
memory: 200Mi
requests:
memory: 200Mi
livenessProbe:
httpGet:
path: /healthz
port: web
initialDelaySeconds: 10
readinessProbe:
httpGet:
path: /healthz
port: web
initialDelaySeconds: 10
---
apiVersion: extensions/v1beta1
kind: Ingress