Compare commits
3 Commits
qbittorren
...
qbittorren
Author | SHA1 | Date | |
---|---|---|---|
e89bd04a8d | |||
6f2550cf79 | |||
0c94180823 |
@@ -1,6 +1,6 @@
|
|||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
name: qbittorrent
|
name: qbittorrent
|
||||||
version: 0.0.3
|
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:
|
||||||
@@ -60,7 +60,7 @@ spec:
|
|||||||
containerPort: {{ .Values.server.service.http.port }}
|
containerPort: {{ .Values.server.service.http.port }}
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
- name: metrics
|
- name: metrics
|
||||||
containerPort: {{ .Values.metrics.exporter.env.port }}
|
containerPort: 9022
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
securityContext:
|
securityContext:
|
||||||
{{- toYaml .Values.gluetun.securityContext | nindent 12 }}
|
{{- toYaml .Values.gluetun.securityContext | nindent 12 }}
|
||||||
@@ -99,13 +99,15 @@ 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
|
||||||
value: "http://localhost"
|
value: "http://localhost"
|
||||||
- name: QBITTORRENT_PORT
|
- name: QBITTORRENT_PORT
|
||||||
value: "{{ .Values.server.service.http.port }}"
|
value: "{{ .Values.server.service.http.port }}"
|
||||||
|
- name: EXPORTER_PORT
|
||||||
|
value: "9022"
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
|
@@ -80,7 +80,5 @@ metrics:
|
|||||||
value: admin
|
value: admin
|
||||||
- name: QBITTORRENT_PASS
|
- name: QBITTORRENT_PASS
|
||||||
value: ""
|
value: ""
|
||||||
- name: EXPORTER_PORT
|
|
||||||
value: 9022
|
|
||||||
- name: EXPORTER_LOG_LEVEL
|
- name: EXPORTER_LOG_LEVEL
|
||||||
value: INFO
|
value: INFO
|
||||||
|
Reference in New Issue
Block a user