mirror of
https://gitlab.durp.info/durfy/homelab/gitops.git
synced 2026-05-07 16:00:29 -05:00
update
This commit is contained in:
parent
9e44ebc46c
commit
fcc9cb0e63
1 changed files with 8 additions and 8 deletions
|
|
@ -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
|
||||
#podDnsPolicy: None
|
||||
#podDnsConfig:
|
||||
# nameservers:
|
||||
# - "1.1.1.1"
|
||||
# - "1.0.0.1"
|
||||
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"
|
||||
webhook:
|
||||
image:
|
||||
registry: registry.internal.durp.info
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue