Compare commits
2 Commits
qbittorren
...
qbittorren
Author | SHA1 | Date | |
---|---|---|---|
e89bd04a8d | |||
6f2550cf79 |
@@ -1,6 +1,6 @@
|
|||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
name: qbittorrent
|
name: qbittorrent
|
||||||
version: 0.0.4
|
version: 0.0.6
|
||||||
description: Chart for qBittorrent
|
description: Chart for qBittorrent
|
||||||
keywords:
|
keywords:
|
||||||
- downloads
|
- downloads
|
||||||
|
@@ -49,7 +49,7 @@ spec:
|
|||||||
image: "{{.Values.gluetun.image.repository}}:{{.Values.gluetun.image.tag}}"
|
image: "{{.Values.gluetun.image.repository}}:{{.Values.gluetun.image.tag}}"
|
||||||
imagePullPolicy: {{ .Values.gluetun.image.pullPolicy }}
|
imagePullPolicy: {{ .Values.gluetun.image.pullPolicy }}
|
||||||
env:
|
env:
|
||||||
{{- with (concat .Values.global.env .Values.server.env) }}
|
{{- with (concat .Values.global.env .Values.gluetun.env) }}
|
||||||
{{- toYaml . | nindent 12 }}
|
{{- toYaml . | nindent 12 }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
ports:
|
ports:
|
||||||
@@ -99,7 +99,7 @@ spec:
|
|||||||
image: "{{ .Values.metrics.exporter.image.repository }}:{{.Values.metrics.exporter.image.tag }}"
|
image: "{{ .Values.metrics.exporter.image.repository }}:{{.Values.metrics.exporter.image.tag }}"
|
||||||
imagePullPolicy: {{ .Values.metrics.exporter.image.pullPolicy }}
|
imagePullPolicy: {{ .Values.metrics.exporter.image.pullPolicy }}
|
||||||
env:
|
env:
|
||||||
{{- with (concat .Values.global.env .Values.server.env) }}
|
{{- with (concat .Values.global.env .Values.metrics.exporter.env) }}
|
||||||
{{- toYaml . | nindent 12 }}
|
{{- toYaml . | nindent 12 }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
- name: QBITTORRENT_HOST
|
- name: QBITTORRENT_HOST
|
||||||
@@ -107,7 +107,7 @@ spec:
|
|||||||
- name: QBITTORRENT_PORT
|
- name: QBITTORRENT_PORT
|
||||||
value: "{{ .Values.server.service.http.port }}"
|
value: "{{ .Values.server.service.http.port }}"
|
||||||
- name: EXPORTER_PORT
|
- name: EXPORTER_PORT
|
||||||
value: 9022
|
value: "9022"
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
|
Reference in New Issue
Block a user