diff --git a/chart/sonarr/templates/statefulset.yaml b/chart/sonarr/templates/statefulset.yaml index 2d7d3d7..e559e76 100644 --- a/chart/sonarr/templates/statefulset.yaml +++ b/chart/sonarr/templates/statefulset.yaml @@ -23,7 +23,10 @@ spec: securityContext: {{- toYaml .Values.podSecurityContext | nindent 8 }} containers: - - name: sonarr-metrics + - args: + - exportarr + - sonarr + name: sonarr-metrics image: ghcr.io/onedr0p/exportarr:latest imagePullPolicy: IfNotPresent ports: @@ -35,6 +38,8 @@ spec: value: "9707" - name: URL value: "http://127.0.0.1:8989" + - name: ENABLE_EPISODE_QUALITY_METRICS + value: "true" - name: {{ .Chart.Name }} securityContext: {{- toYaml .Values.securityContext | nindent 12 }}