fix(qbittorrent): fix missing yaml anchor error

This commit is contained in:
SeanOMik 2024-06-15 15:02:06 -04:00
parent 92ff2e42de
commit 5144042b9e
Signed by: SeanOMik
GPG Key ID: FEC9E2FC15235964
1 changed files with 2 additions and 16 deletions

View File

@ -58,20 +58,6 @@ spec:
add: add:
- NET_ADMIN - NET_ADMIN
# port-manager:
# image:
# repository: git.seanomik.net/seanomik/gluetun-qbit-port-updater
# tag: v0.2.0
# pullPolicy: Always
#
# env:
# PORT_UPD_QBITTORRENT_HOST: localhost
# PORT_UPD_QBITTORRENT_PORT: "8080"
# # safe to have in plain text since qbittorrent is exposed through authentik.
# PORT_UPD_QBITTORRENT_LOGIN: &qbitLogin admin
# PORT_UPD_QBITTORRENT_PASSWORD: &qbitPass adminadmin
# PORT_UPD_PORT_FILE: /tmp/gluetun/forwarded_port
metrics: metrics:
image: image:
repository: caseyscarborough/qbittorrent-exporter repository: caseyscarborough/qbittorrent-exporter
@ -80,8 +66,8 @@ spec:
env: env:
QBITTORRENT_BASE_URL: "http://localhost:8080" QBITTORRENT_BASE_URL: "http://localhost:8080"
# safe to have in plain text since qbittorrent is exposed through authentik. # safe to have in plain text since qbittorrent is exposed through authentik.
QBITTORRENT_LOGIN: *qbitLogin QBITTORRENT_LOGIN: admin
QBITTORRENT_PASSWORD: *qbitPass QBITTORRENT_PASSWORD: adminadmin
service: service:
app: app: