Boomarr is running in watch mode.

  kubectl logs -f deploy/{{ include "boomarr.fullname" . }}
  kubectl exec deploy/{{ include "boomarr.fullname" . }} -- boomarr status

Remember: source media must be mounted read-only, and your media server
must see the source files under the same paths as Boomarr.
{{- if .Values.server.enabled }}

Webhook URL for Sonarr/Radarr (Settings → Connect → Webhook):
  http://{{ include "boomarr.fullname" . }}.{{ .Release.Namespace }}.svc:{{ .Values.service.port }}/api/v1/webhook/sonarr
Prometheus metrics: http://{{ include "boomarr.fullname" . }}.{{ .Release.Namespace }}.svc:{{ .Values.service.port }}/metrics
{{- if not (or .Values.server.apiKey .Values.server.existingSecret) }}

WARNING: server.apiKey is empty, anyone in the cluster can trigger scans.
{{- end }}
{{- end }}
