mirror of
https://github.com/JamesTurland/JimsGarage.git
synced 2024-11-21 23:40:19 +00:00
Create values.yaml
This commit is contained in:
parent
ef8740a645
commit
ddb9d56091
1 changed files with 10 additions and 0 deletions
|
@ -0,0 +1,10 @@
|
|||
replicaCount: 3 # recommend 3 so there's 1 on each Masternode
|
||||
podDnsPolicy: None
|
||||
# Needed to query certificate with DNS resolver
|
||||
podDnsConfig:
|
||||
nameservers:
|
||||
- "1.1.1.1"
|
||||
- "9.9.9.9"
|
||||
extraArgs:
|
||||
- --dns01-recursive-nameservers=1.1.1.1:53,9.9.9.9:53
|
||||
- --dns01-recursive-nameservers-only
|
Loading…
Reference in a new issue