Fixing sidecar
This commit is contained in:
parent
7669ea43fc
commit
c97ec4ab80
@ -23,7 +23,10 @@ spec:
|
|||||||
securityContext:
|
securityContext:
|
||||||
{{- toYaml .Values.podSecurityContext | nindent 8 }}
|
{{- toYaml .Values.podSecurityContext | nindent 8 }}
|
||||||
containers:
|
containers:
|
||||||
- name: sonarr-metrics
|
- args:
|
||||||
|
- exportarr
|
||||||
|
- sonarr
|
||||||
|
name: sonarr-metrics
|
||||||
image: ghcr.io/onedr0p/exportarr:latest
|
image: ghcr.io/onedr0p/exportarr:latest
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
ports:
|
ports:
|
||||||
@ -35,6 +38,8 @@ spec:
|
|||||||
value: "9707"
|
value: "9707"
|
||||||
- name: URL
|
- name: URL
|
||||||
value: "http://127.0.0.1:8989"
|
value: "http://127.0.0.1:8989"
|
||||||
|
- name: ENABLE_EPISODE_QUALITY_METRICS
|
||||||
|
value: "true"
|
||||||
- name: {{ .Chart.Name }}
|
- name: {{ .Chart.Name }}
|
||||||
securityContext:
|
securityContext:
|
||||||
{{- toYaml .Values.securityContext | nindent 12 }}
|
{{- toYaml .Values.securityContext | nindent 12 }}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user