fix(ingress): switch riotpiao-com-tls to letsencrypt-prod issuer

Wildcard cert was left on letsencrypt-staging; staging root is not
browser-trusted so HTTPS to *.riotpiao.com fails cert validation.
Switch issuerRef to letsencrypt-prod to issue a trusted wildcard.
This commit is contained in:
Story Crater Bot
2026-08-18 15:08:02 -07:00
parent 96b4064ec7
commit 2845ded626
+1 -1
View File
@@ -19,7 +19,7 @@ spec:
- "*.riotpiao.com"
- "riotpiao.com"
issuerRef:
name: letsencrypt-staging
name: letsencrypt-prod
kind: ClusterIssuer
duration: 2160h # 90 days (LE max)
renewBefore: 720h # renew 30 days before expiry