upgrade cert-manager and configure it to use dns instead of http
This commit is contained in:
@@ -10,7 +10,11 @@ spec:
|
||||
privateKeySecretRef:
|
||||
name: letsencrypt-production
|
||||
solvers:
|
||||
- selector: {}
|
||||
http01:
|
||||
ingress:
|
||||
class: traefik
|
||||
- selector:
|
||||
dnsZones:
|
||||
- gilgamezh.me
|
||||
dns01:
|
||||
cloudflare:
|
||||
apiTokenSecretRef:
|
||||
name: cloudflare-api-token-secret
|
||||
key: api-token
|
||||
|
||||
Reference in New Issue
Block a user