Skip to content

Commit

Permalink
Add lameduck to health checks (#191)
Browse files Browse the repository at this point in the history
* Add lameduck of 5s to health block following upstream default value

Signed-off-by: Matias Charriere <matias@giantswarm.io>

* update changelog

Signed-off-by: Matias Charriere <matias@giantswarm.io>

* update changelog

Signed-off-by: Matias Charriere <matias@giantswarm.io>

---------

Signed-off-by: Matias Charriere <matias@giantswarm.io>
  • Loading branch information
mcharriere authored Feb 15, 2023
1 parent ae5fdbd commit d1d6d31
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project's packages adheres to [Semantic Versioning](http://semver.org/s

## [Unreleased]

### Changed

- ConfigMap: Add lameduck of 5 seconds to health check ([#191](https://github.com/giantswarm/coredns-app/pull/191)).

## [1.14.1] - 2023-02-14

### Removed
Expand Down
4 changes: 3 additions & 1 deletion helm/coredns-app/templates/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ data:
cache {{ .Values.configmap.cache }}
{{- end }}
errors
health
health {
lameduck 5s
}
ready
kubernetes {{ .Values.cluster.kubernetes.clusterDomain }} {{ .Values.cluster.kubernetes.API.clusterIPRange }} {{ .Values.cluster.calico.CIDR }} {
fallthrough in-addr.arpa ip6.arpa
Expand Down

0 comments on commit d1d6d31

Please sign in to comment.