Allowing the specification of a in the CoreDNS helm chart. (#13416)

Signed-off-by: Steven Wade <steven@stevenwade.co.uk>
This commit is contained in:
Steven Wade
2019-04-30 14:26:57 -07:00
committed by Kubernetes Prow Robot
parent 4120bbf88a
commit fe7b03c8d7
3 changed files with 8 additions and 2 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
name: coredns
version: 1.5.0
appVersion: 1.5.0
version: 1.5.1
appVersion: 1.5.1
description: CoreDNS is a DNS server that chains plugins and provides Kubernetes DNS Services
keywords:
- coredns
+3
View File
@@ -37,6 +37,9 @@ spec:
{{- end }}
spec:
serviceAccountName: {{ template "coredns.serviceAccountName" . }}
{{- if .Values.priorityClassName }}
priorityClassName: {{ .Values.priorityClassName | quote }}
{{- end }}
{{- if .Values.isClusterService }}
dnsPolicy: Default
{{- end }}
+3
View File
@@ -45,6 +45,9 @@ rbac:
# isClusterService specifies whether chart should be deployed as cluster-service or normal k8s app.
isClusterService: true
# Optional priority class to be used for the coredns pods
priorityClassName: ""
servers:
- zones:
- zone: .