mirror of
https://github.com/nold360/hive-apps
synced 2024-11-19 03:59:31 +00:00
fix(cert-manager): dns resolver
This commit is contained in:
parent
577e807a9d
commit
86b35a53e6
2 changed files with 2 additions and 1 deletions
|
@ -101,7 +101,7 @@ containerSecurityContext:
|
|||
# podDnsPolicy: "None"
|
||||
podDnsConfig:
|
||||
nameservers:
|
||||
- "192.168.1.52"
|
||||
- "192.168.1.53"
|
||||
- "192.168.1.1"
|
||||
|
||||
prometheus:
|
||||
|
|
|
@ -17,6 +17,7 @@ spec:
|
|||
# Add a single challenge solver, HTTP01 using nginx
|
||||
solvers:
|
||||
- dns01:
|
||||
cnameStrategy: Follow
|
||||
cloudflare:
|
||||
apiTokenSecretRef:
|
||||
name: cloudflare-api
|
||||
|
|
Loading…
Reference in a new issue