Add readiness probe to dns-autoscaler (#6382)

This commit is contained in:
petruha 2020-07-13 11:50:34 +02:00 committed by GitHub
parent 8cb644fbec
commit 4cb576da19
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -65,6 +65,11 @@ spec:
requests:
cpu: {{ dns_autoscaler_cpu_requests }}
memory: {{ dns_autoscaler_memory_requests }}
readinessProbe:
httpGet:
path: /healthz
port: 8080
scheme: HTTP
command:
- /cluster-proportional-autoscaler
- --namespace=kube-system