mirror of
https://github.com/outbackdingo/Biohazard.git
synced 2026-01-27 18:18:26 +00:00
fix(cert-manager): max 3 nameservers
This commit is contained in:
@@ -28,14 +28,11 @@ spec:
|
||||
values:
|
||||
installCRDs: false
|
||||
extraArgs:
|
||||
- --dns01-recursive-nameservers=1.1.1.1:53,1.0.0.1:53,1.1.1.2:53,1.0.0.2:53,1.1.1.3:53,1.0.0.3:53
|
||||
- --dns01-recursive-nameservers=1.1.1.1:53,1.0.0.1:53,9.9.9.9:53
|
||||
- --dns01-recursive-nameservers-only
|
||||
podDnsPolicy: None
|
||||
podDnsConfig:
|
||||
nameservers:
|
||||
- "1.1.1.1"
|
||||
- "1.0.0.1"
|
||||
- "1.1.1.2"
|
||||
- "1.0.0.2"
|
||||
- "1.1.1.3"
|
||||
- "1.0.0.3"
|
||||
- "9.9.9.9"
|
||||
|
||||
Reference in New Issue
Block a user