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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user