Add sk1/k8s/cluster-issuer.yaml

This commit is contained in:
Hafzal Ahamed Hasan Mohamed 2025-05-06 17:08:58 +00:00
parent 59aad813b7
commit 43c12f0bda

View File

@ -0,0 +1,14 @@
apiVersion: cert-manager.io/v1
kind: ClusterIssuer
metadata:
name: letsencrypt-prod
spec:
acme:
email: your-email@example.com
server: https://acme-v02.api.letsencrypt.org/directory
privateKeySecretRef:
name: letsencrypt-prod
solvers:
- http01:
ingress:
class: nginx