Add exportarr back
This commit is contained in:
parent
f6f0eb49ac
commit
1a470987a7
@ -23,6 +23,22 @@ spec:
|
|||||||
securityContext:
|
securityContext:
|
||||||
{{- toYaml .Values.podSecurityContext | nindent 8 }}
|
{{- toYaml .Values.podSecurityContext | nindent 8 }}
|
||||||
containers:
|
containers:
|
||||||
|
- args:
|
||||||
|
- radarr
|
||||||
|
name: radarr-metrics
|
||||||
|
image: ghcr.io/onedr0p/exportarr:latest
|
||||||
|
imagePullPolicy: IfNotPresent
|
||||||
|
ports:
|
||||||
|
- name: radarr-metrics
|
||||||
|
containerPort: 9707
|
||||||
|
protocol: TCP
|
||||||
|
env:
|
||||||
|
- name: PORT
|
||||||
|
value: "9707"
|
||||||
|
- name: URL
|
||||||
|
value: "http://127.0.0.1:7878"
|
||||||
|
- name: API_KEY
|
||||||
|
value: "{{ .Values.metrics.apikey }}"
|
||||||
- name: {{ .Chart.Name }}
|
- name: {{ .Chart.Name }}
|
||||||
securityContext:
|
securityContext:
|
||||||
{{- toYaml .Values.securityContext | nindent 12 }}
|
{{- toYaml .Values.securityContext | nindent 12 }}
|
||||||
|
|||||||
@ -40,7 +40,7 @@ spec:
|
|||||||
value: "http://127.0.0.1:8989"
|
value: "http://127.0.0.1:8989"
|
||||||
- name: ENABLE_EPISODE_QUALITY_METRICS
|
- name: ENABLE_EPISODE_QUALITY_METRICS
|
||||||
value: "true"
|
value: "true"
|
||||||
- name: APIKEY
|
- name: API_KEY
|
||||||
value: "{{ .Values.metrics.apikey }}"
|
value: "{{ .Values.metrics.apikey }}"
|
||||||
- name: {{ .Chart.Name }}
|
- name: {{ .Chart.Name }}
|
||||||
securityContext:
|
securityContext:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user