Skip to content
Snippets Groups Projects
Unverified Commit 4cb576da authored by petruha's avatar petruha Committed by GitHub
Browse files

Add readiness probe to dns-autoscaler (#6382)

parent 8cb644fb
Branches
Tags
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment