feat(coredns): point to ssvc0 directly (#78)
Deploy / deploy-docker-registry-secret (push) Blocked by required conditions
Deploy / deploy-coredns (push) Successful in 8s

Reviewed-on: #78
Co-authored-by: Timo Behrendt <t.behrendt@t00n.de>
Co-committed-by: Timo Behrendt <t.behrendt@t00n.de>
This commit was merged in pull request #78.
This commit is contained in:
2026-08-11 07:27:31 +02:00
committed by t.behrendt
parent 5c4f6103d4
commit 8f490ec2d0
+2 -2
View File
@@ -7,14 +7,14 @@ data:
Corefile: | Corefile: |
t00n.de:53 { t00n.de:53 {
errors errors
forward . 192.168.0.1 forward . 192.168.0.9
cache 300 cache 300
reload reload
} }
t000-n.de:53 { t000-n.de:53 {
errors errors
forward . 192.168.0.1 forward . 192.168.0.9
cache 300 cache 300
reload reload
} }