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-07-21 11:10:22 -07:00
parent 3e7238f71c
commit 21e3987b11
+1 -1
View File
@@ -19,7 +19,7 @@ spec:
- "*.riotpiao.com" - "*.riotpiao.com"
- "riotpiao.com" - "riotpiao.com"
issuerRef: issuerRef:
name: letsencrypt-staging name: letsencrypt-prod
kind: ClusterIssuer kind: ClusterIssuer
duration: 2160h # 90 days (LE max) duration: 2160h # 90 days (LE max)
renewBefore: 720h # renew 30 days before expiry renewBefore: 720h # renew 30 days before expiry