Compare commits

..

1 Commits

Author SHA1 Message Date
Marcus Noble 88f91e20b6 Added probes to blog 2021-06-15 05:21:39 +01:00
1 changed files with 2 additions and 2 deletions

View File

@ -43,12 +43,12 @@ spec:
httpGet:
path: /healthz
port: web
initialDelaySeconds: 30
initialDelaySeconds: 10
readinessProbe:
httpGet:
path: /healthz
port: web
initialDelaySeconds: 30
initialDelaySeconds: 10
---
apiVersion: extensions/v1beta1
kind: Ingress