TutorTool has been deployed! Application URL: https://{{ index .Values.httpRoute.hostnames 0 }} To verify the deployment: kubectl -n {{ .Release.Namespace }} rollout status deploy/{{ include "tutortool.fullname" . }} Health check: kubectl -n {{ .Release.Namespace }} exec deploy/{{ include "tutortool.fullname" . }} -- curl -s http://localhost:3000/health The JWT_SECRET is read from the K8s Secret named "{{ .Values.jwtSecretName }}". Provision it before deploying if it doesn't already exist: kubectl -n {{ .Release.Namespace }} create secret generic {{ .Values.jwtSecretName }} \ --from-literal=JWT_SECRET= SQLite data persists on PVC: {{ include "tutortool.fullname" . }}-data Nightly VACUUM backups run at 03:00 UTC, retained for 7 days.