feat: switch to Let's Encrypt cert via cert-manager

This commit is contained in:
Ryan Moon
2026-04-02 21:24:10 -05:00
parent e91187cb89
commit 2c2f18bb25
2 changed files with 16 additions and 1 deletions

View File

@@ -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: ryan@lunarfront.tech
privateKeySecretRef:
name: letsencrypt-prod-key
solvers:
- http01:
ingress:
ingressClassName: nginx