gitea-helm-chart icon indicating copy to clipboard operation
gitea-helm-chart copied to clipboard

useSSL has no effect

Open robvadai opened this issue 6 years ago • 5 comments
trafficstars

The useSSL config is not mapped therefore has no effect

robvadai avatar Jul 26 '19 14:07 robvadai

SSL is delegated to the ingress controller. This was deliberately disabled to avoid conflict. Is this breaking something?

jfelten avatar Aug 26 '19 17:08 jfelten

will close if there is no further follow up - respond in the next day or so if you want to keep this open.

jfelten avatar Oct 09 '19 15:10 jfelten

So how can I expose this chart over HTTPS?

robvadai avatar Oct 10 '19 06:10 robvadai

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

ulm0 avatar Jul 06 '20 03:07 ulm0

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.

jfelten avatar Jul 15 '20 18:07 jfelten