Reconfigure cluster-issuer to use dns webhook
This commit is contained in:
@@ -7,8 +7,21 @@ spec:
|
|||||||
email: arek.dzski@gmail.com
|
email: arek.dzski@gmail.com
|
||||||
server: https://acme-v02.api.letsencrypt.org/directory
|
server: https://acme-v02.api.letsencrypt.org/directory
|
||||||
solvers:
|
solvers:
|
||||||
- http01:
|
- dns01:
|
||||||
ingress:
|
cnameStrategy: None
|
||||||
ingressClassName: nginx
|
webhook:
|
||||||
|
groupName: lumpiasty-homelab
|
||||||
|
solverName: ovh
|
||||||
|
config:
|
||||||
|
endpoint: ovh-eu
|
||||||
|
applicationKeyRef:
|
||||||
|
name: ovh-credentials
|
||||||
|
key: applicationKey
|
||||||
|
applicationSecretRef:
|
||||||
|
name: ovh-credentials
|
||||||
|
key: applicationSecret
|
||||||
|
consumerKeyRef:
|
||||||
|
name: ovh-credentials
|
||||||
|
key: consumerKey
|
||||||
privateKeySecretRef:
|
privateKeySecretRef:
|
||||||
name: letsencrypt-key
|
name: letsencrypt-key
|
||||||
|
|||||||
Reference in New Issue
Block a user