mirror of
https://gitlab.durp.info/durfy/homelab/gitops.git
synced 2026-05-07 16:00:29 -05:00
initial commit
This commit is contained in:
commit
d91a4238cc
86 changed files with 4143 additions and 0 deletions
11
cert-manager/values.yaml
Normal file
11
cert-manager/values.yaml
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
cert-manager:
|
||||
installCRDs: true
|
||||
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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue