This commit is contained in:
2025-02-12 05:41:26 -06:00
parent b05b5345ed
commit 7a56cca0ee

View File

@@ -6,14 +6,14 @@ cert-manager:
repository: jetstack/cert-manager-controller
pullPolicy: Always
replicaCount: 3
extraArgs:
- --dns01-recursive-nameservers=1.1.1.1:53,1.0.0.1:53
- --dns01-recursive-nameservers-only
#extraArgs:
# - --dns01-recursive-nameservers=1.1.1.1:53,1.0.0.1:53
# - --dns01-recursive-nameservers-only
podDnsPolicy: None
podDnsConfig:
nameservers:
- "1.1.1.1"
- "1.0.0.1"
#podDnsConfig:
# nameservers:
# - "1.1.1.1"
# - "1.0.0.1"
webhook:
image:
registry: registry.internal.durp.info