gitea-helm-chart
gitea-helm-chart copied to clipboard
useSSL has no effect
The useSSL config is not mapped therefore has no effect
SSL is delegated to the ingress controller. This was deliberately disabled to avoid conflict. Is this breaking something?
will close if there is no further follow up - respond in the next day or so if you want to keep this open.
So how can I expose this chart over HTTPS?
it seems the protocol is harcoded https://github.com/jfelten/gitea-helm-chart/blob/170e5de28e08d2525eee6c6198d15ce43f5f52ee/templates/gitea/gitea-config.yaml#L241
There's a .Values.ingress.protocol, but it has no effect either
https://github.com/jfelten/gitea-helm-chart/blob/170e5de28e08d2525eee6c6198d15ce43f5f52ee/templates/gitea/gitea-config.yaml#L248
I changed the behavior and fixed some ssl behavior when upgrading to 1.11 (now 1.12) there are 3 things: Ingress config which fronts the git service gitea app ini config - sets the URL used in links for ssl repos. I can post the SSL configs I use internally if an example is still needed.