maybe fixed coredns issue?

This commit is contained in:
Jakub Kropáček 2025-02-28 07:51:59 +01:00
parent eddc6e39e1
commit e7069d1261
3 changed files with 15 additions and 0 deletions

View file

@ -5,6 +5,7 @@ resources:
- ./kustomize/metallb.yaml
- ./kustomize/cert-manager-cloudflare.yaml
- ./kustomize/proxmox-csi-namespace.yaml
- ./kustomize/coredns-resolv-fix.yaml
secretGenerator:

View file

@ -0,0 +1,11 @@
apiVersion: v1
kind: ConfigMap
metadata:
name: coredns-custom
namespace: kube-system
data:
kropcloud.net.server: |
kropcloud.net {
log
forward . 192.168.1.250
}

View file

@ -1,3 +1,6 @@
DNS1: 1.1.1.1
DNS2: 1.0.0.1
ingress:
ingressClassName: nginx
enabled: true