rke2-charts/packages/rke2-coredns/generated-changes/patch/values.yaml.patch

44 lines
1.2 KiB
Diff
Raw Normal View History

--- charts-original/values.yaml
+++ charts/values.yaml
@@ -3,8 +3,8 @@
# Declare variables to be passed into your templates.
image:
- repository: coredns/coredns
- tag: "1.6.9"
+ repository: rancher/hardened-coredns
+ tag: "v1.6.9-build20210223"
pullPolicy: IfNotPresent
replicaCount: 1
@@ -34,10 +34,10 @@
prometheus.io/port: "9153"
serviceAccount:
- create: false
+ create: true
# The name of the ServiceAccount to use
# If not set and create is true, a name is generated using the fullname template
- name:
+ name: coredns
rbac:
# If true, create & use RBAC resources
@@ -52,7 +52,7 @@
isClusterService: true
# Optional priority class to be used for the coredns pods. Used for autoscaler if autoscaler.priorityClassName not set.
-priorityClassName: ""
+priorityClassName: "system-cluster-critical"
# Default zone is what Kubernetes recommends:
# https://kubernetes.io/docs/tasks/administer-cluster/dns-custom-nameservers/#coredns-configmap-options
@@ -196,3 +196,7 @@
## Annotations for the coredns-autoscaler configmap
# i.e. strategy.spinnaker.io/versioned: "false" to ensure configmap isn't renamed
annotations: {}
+k8sApp : "kube-dns"
+
+global:
+ systemDefaultRegistry: ""