promenade/charts/coredns/templates
Egorov, Stanislav 4f0ae384a8 CoreDNS probe refactoring and version uplift
This is uplift for CoreDNS to version 1.6.2

Upstream CoreDNS image has no tools inside like wget/dig and can't
be used as is because pod probes will fail. Coredns pod has
Liveness/Readiness probes which are just a shell script to run
wget/dig to determine that CoreDNS is functional. So, decided
to add tools for probes in promenade image and do refactoring.

New endpoints for health check are running in side-car:
/externalhealth - to do the same check like previous shell script,
/selfcheck - to do check of the health of side-car itself.

Main container should be pointed to check endpoint provided by
side-car container.

Change-Id: Ib7fcf309b6cc34a86eeeec6e2109988cfa862955
2019-10-16 12:04:33 -07:00
..
bin CoreDNS probe refactoring and version uplift 2019-10-16 12:04:33 -07:00
etc CoreDNS probe refactoring and version uplift 2019-10-16 12:04:33 -07:00
configmap-bin.yaml CoreDNS probe refactoring and version uplift 2019-10-16 12:04:33 -07:00
configmap-etc.yaml Use HAProxy for apiserver discovery 2018-02-08 14:30:35 -06:00
configmap-list.yaml CoreDNS probe refactoring and version uplift 2019-10-16 12:04:33 -07:00
deployment.yaml CoreDNS probe refactoring and version uplift 2019-10-16 12:04:33 -07:00
pod-test.yaml Add node selector to test pods 2019-06-21 10:04:38 -04:00
rbac.yaml Use apps/v1 k8s controllers and add labels 2019-04-23 09:24:53 -05:00
service.yaml Prometheus monitoring for CoreDNS 2018-03-05 08:44:14 -05:00