Fixing sidecar

This commit is contained in:
Jonathan Ervine 2021-10-12 12:47:42 +08:00
parent 7669ea43fc
commit c97ec4ab80

View File

@ -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 }}