eclipsesource / theia-cloud-helm

Eclipse Public License 2.0
3 stars 6 forks source link

Add hosts.tls flag to values #24

Closed sgraband closed 1 year ago

sgraband commented 1 year ago

If this is set to false (true is the default) the ingresses won't expect (and terminate) a TLS connection. This way TLS can be terminated outside of Theia Cloud, if needed. Additionally the ingresses won't redirect to ssl to avoid circles.

On top of that i split the ingress templates for path-based and subdomain-based for better readability.