TrackWalker was deployed to namespace {{ .Release.Namespace }}.

{{- if .Values.ingress.enabled }}
Application URL: {{ ternary "https" "http" .Values.ingress.tls.enabled }}://{{ .Values.ingress.host }}
{{- else }}
Run:
  kubectl --namespace {{ .Release.Namespace }} port-forward service/frontend 8088:80
{{- end }}

The bundled stateful services are intended for the single-node test profile only.
Back up PostgreSQL, MinIO and the model PVC before upgrades.
