kube-scheduler: stop using insecure serving bits

This commit is contained in:
Jan Chaloupka
2021-06-14 22:49:43 +02:00
parent 98587127da
commit 7560f33e27
2 changed files with 4 additions and 3 deletions

View File

@@ -45,7 +45,8 @@
"livenessProbe": {
"httpGet": {
"host": "127.0.0.1",
"port": 10251,
"port": 10259,
"scheme": "HTTPS",
"path": "/healthz"
},
"initialDelaySeconds": 15,