mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-14 21:53:52 +00:00
Add liveness probe to kube-ui
This commit is contained in:
@@ -24,3 +24,9 @@ spec:
|
|||||||
image: gcr.io/google_containers/kube-ui:v1
|
image: gcr.io/google_containers/kube-ui:v1
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 8080
|
- containerPort: 8080
|
||||||
|
livenessProbe:
|
||||||
|
httpGet:
|
||||||
|
path: /
|
||||||
|
port: 8080
|
||||||
|
initialDelaySeconds: 30
|
||||||
|
timeoutSeconds: 5
|
||||||
|
Reference in New Issue
Block a user