Merge pull request #96216 from knight42/refactor/disable-insecure-port-in-ctrler-mgr

refactor: disable insecure serving in controller-manager
This commit is contained in:
Kubernetes Prow Robot
2021-05-10 13:49:36 -07:00
committed by GitHub
15 changed files with 394 additions and 97 deletions

View File

@@ -47,7 +47,8 @@
"livenessProbe": {
"httpGet": {
"host": "127.0.0.1",
"port": 10252,
"port": 10257,
"scheme": "HTTPS",
"path": "/healthz"
},
"initialDelaySeconds": 15,