fix(qbittorrent): fix missing yaml anchor error
This commit is contained in:
parent
92ff2e42de
commit
5144042b9e
|
@ -58,20 +58,6 @@ spec:
|
|||
add:
|
||||
- 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:
|
||||
image:
|
||||
repository: caseyscarborough/qbittorrent-exporter
|
||||
|
@ -80,8 +66,8 @@ spec:
|
|||
env:
|
||||
QBITTORRENT_BASE_URL: "http://localhost:8080"
|
||||
# safe to have in plain text since qbittorrent is exposed through authentik.
|
||||
QBITTORRENT_LOGIN: *qbitLogin
|
||||
QBITTORRENT_PASSWORD: *qbitPass
|
||||
QBITTORRENT_LOGIN: admin
|
||||
QBITTORRENT_PASSWORD: adminadmin
|
||||
|
||||
service:
|
||||
app:
|
||||
|
|
Loading…
Reference in New Issue