mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[stable/coredns] Add ReadinessProbe (#15295)
Signed-off-by: Manuel Rüger <manuel@rueg.eu>
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
fc3cce57ab
commit
9fcf3caf7e
@@ -1,6 +1,6 @@
|
||||
apiVersion: v1
|
||||
name: coredns
|
||||
version: 1.5.5
|
||||
version: 1.5.6
|
||||
appVersion: 1.5.2
|
||||
description: CoreDNS is a DNS server that chains plugins and provides Kubernetes DNS Services
|
||||
keywords:
|
||||
|
||||
@@ -76,6 +76,15 @@ spec:
|
||||
timeoutSeconds: 5
|
||||
successThreshold: 1
|
||||
failureThreshold: 5
|
||||
readinessProbe:
|
||||
httpGet:
|
||||
path: /ready
|
||||
port: 8181
|
||||
scheme: HTTP
|
||||
initialDelaySeconds: 10
|
||||
timeoutSeconds: 5
|
||||
successThreshold: 1
|
||||
failureThreshold: 5
|
||||
volumes:
|
||||
- name: config-volume
|
||||
configMap:
|
||||
|
||||
@@ -63,6 +63,8 @@ servers:
|
||||
parameters: 30
|
||||
- name: errors
|
||||
- name: health
|
||||
# Serves a /ready endpoint on :8181
|
||||
- name: ready
|
||||
- name: kubernetes
|
||||
parameters: cluster.local
|
||||
- name: loadbalance
|
||||
|
||||
Reference in New Issue
Block a user