fix(ingress): add TLS configuration for Forgejo Ingress

- Add explicit tls block with riotpiao-com-tls secret
- Enables HTTPS access to https://forgejo.riotpiao.com
- Matches wildcard certificate (*.riotpiao.com)

The file comment mentioned TLS should be handled via default-ssl-certificate,
but explicit TLS blocks are needed for proper HTTPS routing.
This commit is contained in:
Story Crater Bot
2026-07-23 07:20:51 -07:00
parent a831c4d3db
commit 4e7a7b065e
2 changed files with 4 additions and 459 deletions
+4
View File
@@ -209,6 +209,10 @@ metadata:
nginx.ingress.kubernetes.io/proxy-send-timeout: "3600"
spec:
ingressClassName: nginx
tls:
- hosts:
- forgejo.riotpiao.com
secretName: riotpiao-com-tls
rules:
- host: forgejo.riotpiao.com
http: