deploy: add liveness and readiness probes

This commit is contained in:
stefanprodan 2020-04-24 11:56:51 +03:00
parent d0cdb6b029
commit a6a41eeec5
1 changed files with 8 additions and 0 deletions

View File

@ -39,6 +39,14 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.namespace
livenessProbe:
httpGet:
port: http
path: /
readinessProbe:
httpGet:
port: http
path: /
resources:
limits:
cpu: 1000m