mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-30 15:05:27 +00:00
swap over kube-apiserver manifest to use livez and readyz
Change-Id: I90df19b58b0d4d3004dcc3ca3002b099845dfe3a
This commit is contained in:
parent
85b5a046f7
commit
0e786cbafc
@ -35,7 +35,7 @@
|
||||
"scheme": "HTTPS",
|
||||
"host": "127.0.0.1",
|
||||
"port": {{secure_port}},
|
||||
"path": "/healthz?exclude=etcd&exclude=kms-provider-0&exclude=kms-provider-1"
|
||||
"path": "/livez?exclude=etcd&exclude=kms-provider-0&exclude=kms-provider-1"
|
||||
},
|
||||
"initialDelaySeconds": {{liveness_probe_initial_delay}},
|
||||
"timeoutSeconds": 15
|
||||
@ -45,7 +45,7 @@
|
||||
"scheme": "HTTPS",
|
||||
"host": "127.0.0.1",
|
||||
"port": {{secure_port}},
|
||||
"path": "/healthz"
|
||||
"path": "/readyz"
|
||||
},
|
||||
"periodSeconds": 1,
|
||||
"timeoutSeconds": 15
|
||||
|
Loading…
Reference in New Issue
Block a user