carr.pub live: cert-manager, hello site, DDNS; monitoring + loadtest committed

This commit is contained in:
Adam Carr
2026-09-19 20:57:04 -07:00
parent 8451333c3a
commit a1ee870f67
3 changed files with 171 additions and 0 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: adam.carr@hey.com
privateKeySecretRef:
name: letsencrypt-prod-account-key
solvers:
- http01:
ingress:
class: traefik