mirror of
https://github.com/JamesTurland/JimsGarage.git
synced 2024-11-25 01:10:22 +00:00
Create values.yaml
This commit is contained in:
parent
a0db217f17
commit
f648efef21
1 changed files with 10 additions and 0 deletions
|
@ -0,0 +1,10 @@
|
|||
installCRDs: false
|
||||
replicaCount: 3 # change to number of masternodes
|
||||
extraArgs: # required for querying for certificate
|
||||
- --dns01-recursive-nameservers=1.1.1.1:53,9.9.9.9:53
|
||||
- --dns01-recursive-nameservers-only
|
||||
podDnsPolicy: None
|
||||
podDnsConfig:
|
||||
nameservers:
|
||||
- 1.1.1.1
|
||||
- 9.9.9.9
|
Loading…
Reference in a new issue