exclude kms provider from health check

Change-Id: Ie1f828b327c5eede8a0b105a8c3f8fc7affd6f3e
This commit is contained in:
Shihang Zhang
2019-09-18 10:02:37 -07:00
parent cc4ca629a9
commit 42cb861487

View File

@@ -35,7 +35,7 @@
"scheme": "HTTPS",
"host": "127.0.0.1",
"port": {{secure_port}},
"path": "/healthz?exclude=etcd"
"path": "/healthz?exclude=etcd&exclude=kms-provider-0&exclude=kms-provider-1"
},
"initialDelaySeconds": {{liveness_probe_initial_delay}},
"timeoutSeconds": 15