18 lines
291 B
YAML
18 lines
291 B
YAML
apiVersion: v1
|
|
kind: ConfigMap
|
|
metadata:
|
|
name: coredns-config
|
|
namespace: coredns-multus
|
|
data:
|
|
Corefile: |
|
|
.:53 {
|
|
log
|
|
errors
|
|
forward . 8.8.8.8
|
|
cache 30
|
|
hosts {
|
|
192.168.0.41 apolo.c2et.com
|
|
fallthrough
|
|
}
|
|
}
|