mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-05-23 08:37:54 -02:30
Update CoreDNS to 1.4.0 (#4422)
* Update CoreDNS to 1.4.0 * Update readme to reflect CoreDNS update
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
3c050be0b0
commit
7a72e567d5
@@ -95,6 +95,15 @@ spec:
|
||||
timeoutSeconds: 5
|
||||
successThreshold: 1
|
||||
failureThreshold: 5
|
||||
readinessProbe:
|
||||
httpGet:
|
||||
path: /health
|
||||
port: 8080
|
||||
scheme: HTTP
|
||||
initialDelaySeconds: 60
|
||||
timeoutSeconds: 5
|
||||
successThreshold: 1
|
||||
failureThreshold: 5
|
||||
dnsPolicy: Default
|
||||
volumes:
|
||||
- name: config-volume
|
||||
|
||||
Reference in New Issue
Block a user