Skip to content

Instantly share code, notes, and snippets.

@rayterrill
Created June 1, 2019 04:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rayterrill/42721fae8139d08436400397d2178b14 to your computer and use it in GitHub Desktop.
Save rayterrill/42721fae8139d08436400397d2178b14 to your computer and use it in GitHub Desktop.
Sample values.yaml to configure CoreDNS with an etcd backend using Helm (helm install --name my-coredns --values values.yaml stable/coredns)
isClusterService: false
serviceType: "NodePort"
rbac:
create: true
servers:
- zones:
- zone: .
port: 53
plugins:
- name: etcd
parameters: mydnsdomain.com.
configBlock: |-
endpoint http://10.43.147.224:2379
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment