video-shuoshan/k8s/cert-manager-issuer.yaml
zyc c1a0a477d8
Some checks failed
Build and Deploy / build-and-deploy (push) Failing after 6m0s
add huoshan build
2026-03-19 11:19:28 +08:00

16 lines
392 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: alb