File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11apiVersion : v2
22name : coredns
3- version : 1.39.1
3+ version : 1.39.2
44appVersion : 1.12.0
55home : https://coredns.io
66icon : https://coredns.io/images/CoreDNS_Colour_Horizontal.png
@@ -20,4 +20,4 @@ type: application
2020annotations :
2121 artifacthub.io/changes : |
2222 - kind: fixed
23- description: align imagePullSecrets in Deployment and ServiceAccount
23+ description: improve default readiness probe config for shutdown
Original file line number Diff line number Diff line change @@ -118,7 +118,7 @@ servers:
118118 # Serves a /health endpoint on :8080, required for livenessProbe
119119 - name : health
120120 configBlock : |-
121- lameduck 5s
121+ lameduck 10s
122122 # Serves a /ready endpoint on :8181, required for readinessProbe
123123 - name : ready
124124 # Required to query kubernetes API for data
@@ -174,9 +174,9 @@ livenessProbe:
174174readinessProbe :
175175 enabled : true
176176 initialDelaySeconds : 30
177- periodSeconds : 10
177+ periodSeconds : 5
178178 timeoutSeconds : 5
179- failureThreshold : 5
179+ failureThreshold : 1
180180 successThreshold : 1
181181
182182# expects input structure as per specification https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.11/#affinity-v1-core
You can’t perform that action at this time.
0 commit comments