Compare commits

...

1 Commits

Author SHA1 Message Date
Marcus Noble cb7c503a72 Added probes to blog 2021-06-15 05:20:01 +01:00
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: 30
readinessProbe:
httpGet:
path: /healthz
port: web
initialDelaySeconds: 30
---
apiVersion: extensions/v1beta1
kind: Ingress