Currently, the chart relies on the admin to have the respective TLS secrets available in the environment.
The chart could of an option to create certificate resources managed through cert-manager. Cert-manager would be needed as a dependency, but pre-installed. So, if the option is enabled, the domains listed in .Values.hosts would be used to create respective certificates.
Currently, the chart relies on the admin to have the respective TLS secrets available in the environment.
The chart could of an option to create certificate resources managed through cert-manager. Cert-manager would be needed as a dependency, but pre-installed. So, if the option is enabled, the domains listed in
.Values.hostswould be used to create respective certificates.