mirror of
https://github.com/wahyd4/charts.git
synced 2026-08-19 10:06:18 +10:00
* [bitnami/spark] Open up https if security.ssl.enabled - Bump spark chart from 5.8.x to 5.9.0 - Add https ports for statefulsets when SSL enabled - Set SPARK_WEBUI_SSL_PORT for downstream container - Add port to svc-master for https when enabled - Add spark-master-svc to TLS cert alternate names - Introduce new values.yaml params: - master.webPortHttps - worker.webPortHttps - service.nodePorts.webHttps Closes #8417. Closes #8446. Signed-off-by: Brad Solomon <81818815+brsolomon-deloitte@users.noreply.github.com> * Add documentation for new parameters around SSL/TLS/HTTPS - master.webPortHttps - worker.webPortHttps - service.nodePorts.webHttps - service.webPortHttps Signed-off-by: Brad Solomon <81818815+brsolomon-deloitte@users.noreply.github.com> * Avoid checking values in negative Signed-off-by: Brad Solomon <81818815+brsolomon-deloitte@users.noreply.github.com> * Resolve lint issue Signed-off-by: Brad Solomon <81818815+brsolomon-deloitte@users.noreply.github.com> * Avoid checking values in negative Signed-off-by: Brad Solomon <81818815+brsolomon-deloitte@users.noreply.github.com>