First install takes a few minutes: a post-install Job downloads and unzips
the ~9.4GB asset bundle onto the kcd-assets PVC, then another Job builds the
Meilisearch index from it. Watch progress with:

  kubectl -n {{ .Release.Namespace }} get jobs
  kubectl -n {{ .Release.Namespace }} logs -f job/kcd-search-load-assets
  kubectl -n {{ .Release.Namespace }} logs -f job/kcd-search-build-index

{{- if .Values.pangolin.enabled }}

Once the PangolinBinding in namespace {{ .Values.pangolin.namespace }} reports Ready, the app should be
reachable at your Pangolin domain under the "{{ .Values.pangolin.subdomain }}" subdomain.
{{- else }}

Pangolin exposure is disabled (pangolin.enabled=false). Reach the app with:

  kubectl -n {{ .Release.Namespace }} port-forward svc/kcd-search 8000:8000
{{- end }}
