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:
|
||||
failureThreshold: 8
|
||||
httpGet:
|
||||
host: 127.0.0.1
|
||||
path: /healthz
|
||||
port: 10257
|
||||
scheme: HTTPS
|
||||
|
|
|
@ -66,7 +66,6 @@ spec:
|
|||
livenessProbe:
|
||||
failureThreshold: 8
|
||||
httpGet:
|
||||
host: 127.0.0.1
|
||||
path: /healthz
|
||||
port: 10257
|
||||
scheme: HTTPS
|
||||
|
|
Loading…
Reference in New Issue