Compare commits

..

1 Commits

Author SHA1 Message Date
Marcus Noble 7df5219e10 Added probes to blog 2021-06-15 05:08:51 +01:00
1 changed files with 0 additions and 2 deletions

View File

@ -42,12 +42,10 @@ spec:
livenessProbe:
httpGet:
path: /healthz
port: web
initialDelaySeconds: 10
readinessProbe:
httpGet:
path: /healthz
port: web
initialDelaySeconds: 10
---
apiVersion: extensions/v1beta1