k8s: add liveness/readiness probes

Signed-off-by: Ahmet Alp Balkan <ahmetb@google.com>
This commit is contained in:
Ahmet Alp Balkan 2018-06-28 17:55:51 -07:00
parent ca6e6647ef
commit ecba29655a
9 changed files with 73 additions and 1 deletions

View file

@ -27,6 +27,12 @@ spec:
limits:
cpu: 300m
memory: 128Mi
readinessProbe:
tcpSocket:
port: 7070
livenessProbe:
tcpSocket:
port: 7070
---
apiVersion: v1
kind: Service