fix core infra dns

This commit is contained in:
ace
2024-05-06 03:00:14 +03:00
parent 3ac1b27b4c
commit 7e508f906f
3 changed files with 3 additions and 3 deletions

View File

@ -10,7 +10,7 @@ internal_dns_default_values:
zone: "{{ internal_domain | default(domain) }}"
tsigSecret: "{{ k8s_tsig }}"
tsigSecretAlg: "{{ internal_dns_tsigSecretAlg | default('hmac-sha512') }}"
tsigKeyname: "{{ internal_dns_tsigKeyname | default('k8s') }}"
tsigKeyname: "{{ internal_dns_tsigKeyname | default(namespace) }}"
tsigAxfr: true
## Possible units [ns, us, ms, s, m, h], see more https://golang.org/pkg/time/#ParseDuration
minTTL: "30s"