mirror of https://github.com/sgoudham/k8s
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
624 B
YAML
26 lines
624 B
YAML
2 years ago
|
apiVersion: cert-manager.io/v1
|
||
|
kind: ClusterIssuer
|
||
|
metadata:
|
||
|
name: letsencrypt
|
||
|
spec:
|
||
|
acme:
|
||
|
server: https://acme-v02.api.letsencrypt.org/directory
|
||
|
email: sgoudham@gmail.com
|
||
|
privateKeySecretRef:
|
||
|
name: le-goudham-com
|
||
|
solvers:
|
||
|
- selector:
|
||
|
dnsZones:
|
||
|
- goudham.com
|
||
|
dns01:
|
||
|
webhook:
|
||
|
groupName: porkbun
|
||
|
solverName: porkbun
|
||
|
config:
|
||
|
apiKeySecretRef:
|
||
|
name: porkbun-key
|
||
|
key: api-key
|
||
|
secretKeySecretRef:
|
||
|
name: porkbun-key
|
||
|
key: secret-key
|