mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-03-10 04:08:02 +03:00
Add readiness probe to dns-autoscaler (#6382)
This commit is contained in:
@@ -65,6 +65,11 @@ spec:
|
|||||||
requests:
|
requests:
|
||||||
cpu: {{ dns_autoscaler_cpu_requests }}
|
cpu: {{ dns_autoscaler_cpu_requests }}
|
||||||
memory: {{ dns_autoscaler_memory_requests }}
|
memory: {{ dns_autoscaler_memory_requests }}
|
||||||
|
readinessProbe:
|
||||||
|
httpGet:
|
||||||
|
path: /healthz
|
||||||
|
port: 8080
|
||||||
|
scheme: HTTP
|
||||||
command:
|
command:
|
||||||
- /cluster-proportional-autoscaler
|
- /cluster-proportional-autoscaler
|
||||||
- --namespace=kube-system
|
- --namespace=kube-system
|
||||||
|
|||||||
Reference in New Issue
Block a user