Create values.yaml

This commit is contained in:
tehNooB 2023-10-20 12:28:06 +01:00 committed by GitHub
parent a0db217f17
commit f648efef21
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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