You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Helm chart ships Deployment, Service, ConfigMap and probes only. The chart README lists the rest as follow-up work with no tracking issue; this issue is that tracker. The first item is TLS terminated at the ingress with plaintext inside the cluster, which today has to be assembled by hand alongside the chart.
Chart documentation for the two supported shapes, matching the admin guide.
The remaining README follow-ups, each as a value-gated template: a PersistentVolumeClaim for single-replica file databases, ServiceAccount and RBAC, and OpenShift SecurityContextConstraints guidance. A Kustomize base is a separate decision.
The chart README points at this issue instead of describing the gaps in prose.
Boundaries
One ingress covering the dashboard and the git listeners; per-listener ingresses are not in scope.
Summary
The Helm chart ships Deployment, Service, ConfigMap and probes only. The chart README lists the rest as follow-up work with no tracking issue; this issue is that tracker. The first item is TLS terminated at the ingress with plaintext inside the cluster, which today has to be assembled by hand alongside the chart.
Wanted
server.service-urlto the external host and turns on the dashboard's forwarded-header setting from Reverse-proxy deployment: explicit forwarded-header setting for the dashboard and TLS-shape docs #587, so login redirects and cookie security reflect the external address.Boundaries
server.service-urlexists today, and the forwarded-header value is added when that key lands.