Merge pull request #2277 from calvin0327/fix-kube-controller-manager-chart
fix kube controller manager restart all the time
This commit is contained in:
commit
84ec3c21ff
|
@ -57,7 +57,6 @@ spec:
|
||||||
livenessProbe:
|
livenessProbe:
|
||||||
failureThreshold: 8
|
failureThreshold: 8
|
||||||
httpGet:
|
httpGet:
|
||||||
host: 127.0.0.1
|
|
||||||
path: /healthz
|
path: /healthz
|
||||||
port: 10257
|
port: 10257
|
||||||
scheme: HTTPS
|
scheme: HTTPS
|
||||||
|
|
|
@ -66,7 +66,6 @@ spec:
|
||||||
livenessProbe:
|
livenessProbe:
|
||||||
failureThreshold: 8
|
failureThreshold: 8
|
||||||
httpGet:
|
httpGet:
|
||||||
host: 127.0.0.1
|
|
||||||
path: /healthz
|
path: /healthz
|
||||||
port: 10257
|
port: 10257
|
||||||
scheme: HTTPS
|
scheme: HTTPS
|
||||||
|
|
Loading…
Reference in New Issue