mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 19:56:01 +00:00
Merge pull request #10787 from mesosphere/kube-ui-liveness
Add liveness probe to kube-ui
This commit is contained in:
commit
6df4d6703b
@ -28,3 +28,9 @@ spec:
|
||||
memory: 50Mi
|
||||
ports:
|
||||
- containerPort: 8080
|
||||
livenessProbe:
|
||||
httpGet:
|
||||
path: /
|
||||
port: 8080
|
||||
initialDelaySeconds: 30
|
||||
timeoutSeconds: 5
|
||||
|
Loading…
Reference in New Issue
Block a user