Skip to content

Commit

Permalink
add internal zone file
Browse files Browse the repository at this point in the history
  • Loading branch information
abasitt committed Jan 6, 2025
1 parent df9e7f5 commit 19ce6d8
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions kubernetes/router/apps/kube-system/coredns/app/helm-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,14 @@ servers:
plugins:
- name: file
parameters: /etc/coredns/abasittech.db
- zones:
- zone: home.internal
scheme: dns://
use_tcp: true
port: 53
plugins:
- name: file
parameters: /etc/coredns/homeinternal.db
zoneFiles:
- filename: abasittech.db
domain: abasitt.tech
Expand All @@ -57,6 +65,11 @@ zoneFiles:
abasitt.tech. IN A 192.168.33.1
*.abasitt.tech. IN A 192.168.33.1
*.neo.abasitt.tech. IN A 192.168.33.2
- filename: homeinternal.db
domain: home.internal
contents: |
home.internal. IN SOA sns.dns.icann.com. noc.dns.icann.com. 2015082541 7200 3600 1209600 3600
nfs.home.internal. IN A 192.168.30.10
affinity:
nodeAffinity:
requiredDuringSchedulingIgnoredDuringExecution:
Expand Down

0 comments on commit 19ce6d8

Please sign in to comment.