promenade/charts/coredns/values.yaml
Dmitrii Kabanov 8bdc4cfe8e CoreDNS: add configurable replicas
This patchset makes possible to set/update the quantity of replicas
for CoreDNS through the variable in values.yaml.

Change-Id: I9a6ad0f7f2fe95b7d8cfd2ac5f4c6e235e8bb1a4
2018-10-04 10:44:28 -07:00

68 lines
1.2 KiB
YAML

conf:
coredns:
corefile: |
.:53 {
errors
health
autopath @kubernetes
kubernetes cluster.local 10.96.0.0/16 10.97.0.0/16 {
pods disabled
fallthrough in-addr.arpa ip6.arpa
upstream 8.8.8.8
upstream 8.8.4.4
}
prometheus :9253
forward . 8.8.8.8 8.8.4.4
cache 30
}
test:
names_to_resolve:
- att.com
- kubernetes.default.svc.cluster.local
images:
tags:
coredns: coredns/coredns:1.1.2
test: coredns/coredns:1.1.2
pull_policy: "IfNotPresent"
labels:
coredns:
node_selector_key: coredns
node_selector_value: enabled
service:
name: coredns
ip: 10.96.0.10
pod:
resources:
enabled: false
coredns:
requests:
memory: "128Mi"
cpu: "100m"
limits:
memory: "1024Mi"
cpu: "2000m"
pod_test:
requests:
memory: "128Mi"
cpu: "100m"
limits:
memory: "1024Mi"
cpu: "2000m"
replicas:
coredns: 3
monitoring:
prometheus:
enabled: false
coredns:
scrape: true
port: 9253
manifests:
pod_test: true