maybe fixed coredns issue?
This commit is contained in:
parent
eddc6e39e1
commit
e7069d1261
3 changed files with 15 additions and 0 deletions
|
@ -5,6 +5,7 @@ resources:
|
|||
- ./kustomize/metallb.yaml
|
||||
- ./kustomize/cert-manager-cloudflare.yaml
|
||||
- ./kustomize/proxmox-csi-namespace.yaml
|
||||
- ./kustomize/coredns-resolv-fix.yaml
|
||||
|
||||
|
||||
secretGenerator:
|
||||
|
|
11
stages/base/kustomize/coredns-resolv-fix.yaml
Normal file
11
stages/base/kustomize/coredns-resolv-fix.yaml
Normal 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
|
||||
}
|
|
@ -1,3 +1,6 @@
|
|||
DNS1: 1.1.1.1
|
||||
DNS2: 1.0.0.1
|
||||
|
||||
ingress:
|
||||
ingressClassName: nginx
|
||||
enabled: true
|
||||
|
|
Loading…
Reference in a new issue