6ec1132485
OpenStack-Helm charts now only deploy the applications themselves and their ClusterIP services. How the services are exposed outside the cluster depends heavily on the environment and use case, so it is left entirely to the user via the .Values.extraObjects field (Gateway API HTTPRoute / BackendTLSPolicy, or a legacy Ingress plus its Service). Removed: - all ingress, service-ingress and secret-ingress-tls chart templates - the now unused helm-toolkit ingress / service_ingress / secret_ingress_tls manifest helpers - the related values: manifests.*ingress* keys, the endpoints.ingress controller endpoint and the network.<service>.ingress blocks - dead ingress content from the gateway and tls values overrides The install docs are updated to describe exposing services through extraObjects. This is a prerequisite for further untangling the TLS configuration. Change-Id: Ia99338a44ff1b3db550ace7576fffbdbc8189855 Signed-off-by: Vladimir Kozhukalov <kozhukalov@gmail.com>
