video-shuoshan/k8s/cert-manager-issuer.yaml
zyc 36ff1b5aca
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 2m17s
fix build dev
2026-04-04 11:18:17 +08:00

16 lines
396 B
YAML

# ClusterIssuer for Let's Encrypt automatic certificate generation & renewal
apiVersion: cert-manager.io/v1
kind: ClusterIssuer
metadata:
name: letsencrypt-prod
spec:
acme:
server: https://acme-v02.api.letsencrypt.org/directory
email: airlabsv001@gmail.com
privateKeySecretRef:
name: letsencrypt-prod-key
solvers:
- http01:
ingress:
class: traefik