fix(cert-manager): dns resolver

This commit is contained in:
nold 2022-11-22 08:31:33 +01:00
parent 577e807a9d
commit 86b35a53e6
2 changed files with 2 additions and 1 deletions

View file

@ -101,7 +101,7 @@ containerSecurityContext:
# podDnsPolicy: "None"
podDnsConfig:
nameservers:
- "192.168.1.52"
- "192.168.1.53"
- "192.168.1.1"
prometheus:

View file

@ -17,6 +17,7 @@ spec:
# Add a single challenge solver, HTTP01 using nginx
solvers:
- dns01:
cnameStrategy: Follow
cloudflare:
apiTokenSecretRef:
name: cloudflare-api