mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-13 05:02:50 +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
|
||||
ports:
|
||||
- containerPort: 8080
|
||||
livenessProbe:
|
||||
httpGet:
|
||||
path: /
|
||||
port: 8080
|
||||
initialDelaySeconds: 30
|
||||
timeoutSeconds: 5
|
||||
|
Reference in New Issue
Block a user