Add liveness probe to kube-ui

This commit is contained in:
Karl Isenberg
2015-07-06 16:04:23 -07:00
parent 6c88401889
commit fdf9515777

View File

@@ -24,3 +24,9 @@ spec:
image: gcr.io/google_containers/kube-ui:v1
ports:
- containerPort: 8080
livenessProbe:
httpGet:
path: /
port: 8080
initialDelaySeconds: 30
timeoutSeconds: 5