Merge pull request #10787 from mesosphere/kube-ui-liveness

Add liveness probe to kube-ui
pull/6/head
Alex Mohr 2015-08-03 13:24:07 -07:00
commit 6df4d6703b
1 changed files with 6 additions and 0 deletions

View File

@ -28,3 +28,9 @@ spec:
memory: 50Mi
ports:
- containerPort: 8080
livenessProbe:
httpGet:
path: /
port: 8080
initialDelaySeconds: 30
timeoutSeconds: 5