hardcode the exporter port

This commit is contained in:
2024-03-16 09:36:56 -06:00
parent f59d77f8bc
commit 0c94180823
3 changed files with 4 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
apiVersion: v2
name: qbittorrent
version: 0.0.3
version: 0.0.4
description: Chart for qBittorrent
keywords:
- downloads

View File

@@ -60,7 +60,7 @@ spec:
containerPort: {{ .Values.server.service.http.port }}
protocol: TCP
- name: metrics
containerPort: {{ .Values.metrics.exporter.env.port }}
containerPort: 9022
protocol: TCP
securityContext:
{{- toYaml .Values.gluetun.securityContext | nindent 12 }}
@@ -106,6 +106,8 @@ spec:
value: "http://localhost"
- name: QBITTORRENT_PORT
value: "{{ .Values.server.service.http.port }}"
- name: EXPORTER_PORT
value: 9022
{{- end }}
volumes:

View File

@@ -80,7 +80,5 @@ metrics:
value: admin
- name: QBITTORRENT_PASS
value: ""
- name: EXPORTER_PORT
value: 9022
- name: EXPORTER_LOG_LEVEL
value: INFO