Advertisement
Guest User

Untitled

a guest
Dec 18th, 2018
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. apiVersion: v1
  2. kind: ConfigMap
  3. metadata:
  4. name: coredns
  5. namespace: default
  6. data:
  7. Corefile: |
  8. .:53 {
  9. errors
  10. log
  11. file /etc/coredns/example.db example.org
  12. }
  13. example.db: |
  14. ; example.org test file
  15. example.org. IN SOA sns.dns.icann.org. noc.dns.icann.org. 2015082541 7200 3600 1209600 3600
  16. example.org. IN A 192.168.11.11
  17. moshe.example.org. IN SRV 8080 10 10 example.org.
  18. ---
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement