añadiendo ejemplo de multus

This commit is contained in:
2025-07-25 17:20:23 +02:00
parent 743ffbad06
commit e8a0f23b4c
6 changed files with 255 additions and 0 deletions

17
coredns/configmap.yaml Normal file
View File

@@ -0,0 +1,17 @@
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
}
}