Files
homelab/k8s/core/cert-manager/issuer.yaml
AB 512eaf842e
All checks were successful
Update Kubernetes Services Wiki / Generate and Update K8s Wiki (push) Successful in 7s
Check with kubeconform / lint (push) Successful in 6s
Auto-update README / Generate README and Create MR (push) Successful in 3s
Fix certmanager
2026-01-20 14:44:31 +02:00

41 lines
1002 B
YAML

---
apiVersion: cert-manager.io/v1
kind: ClusterIssuer
metadata:
name: letsencrypt
spec:
acme:
server: https://acme-v02.api.letsencrypt.org/directory
email: k8s-master@hexor.cy
privateKeySecretRef:
name: tls-secret
solvers:
- dns01:
cloudflare:
email: ultradesu@hexor.ru
apiKeySecretRef:
name: cloudflare-api-key-secret
key: apiKey
selector:
dnsZones:
- "*.hexor.cy"
- "*.hexor.ru"
- "*.btwiusearch.net"
- "hexor.ru"
- "hexor.cy"
- "btwiusearch.net"
- dns01:
route53:
region: eu-north-1
accessKeyIDSecretRef:
name: aws-api-key-secret
key: accessKey
secretAccessKeySecretRef:
name: aws-api-key-secret
key: secretKey
selector:
dnsZones:
- "ps.hexor.cy"
- "of.hexor.cy"