Fixing sidecar
This commit is contained in:
parent
7669ea43fc
commit
c97ec4ab80
@ -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 }}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user