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

@@ -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: