infra(cert-manager): Add cluster issuer

- Issue certificate for scriptscribe
This commit is contained in:
2025-12-17 16:47:14 +05:30
parent 1d8044b395
commit f3cfaf1ebe
3 changed files with 23 additions and 2 deletions
@@ -0,0 +1,14 @@
apiVersion: cert-manager.io/v1
kind: ClusterIssuer
metadata:
name: letsencrypt-prod
spec:
acme:
server: https://acme-v02.api.letsencrypt.org/directory
email: [email protected]
privateKeySecretRef:
name: letsencrypt-prod
solvers:
- http01:
ingress:
class: traefik