Compare commits
2 Commits
8130ec3e3a
...
5f8a9fc657
Author | SHA1 | Date | |
---|---|---|---|
5f8a9fc657
|
|||
e7088c9451 |
@@ -28,7 +28,7 @@ qbittorrent:
|
|||||||
qbittorrent:
|
qbittorrent:
|
||||||
image:
|
image:
|
||||||
repository: ghcr.io/linuxserver/qbittorrent
|
repository: ghcr.io/linuxserver/qbittorrent
|
||||||
tag: 5.1.0@sha256:ca6325989299ff807ab94c9505c138b6cadfe8a77c4ef14c5690094cbbe40d7d
|
tag: 5.1.2@sha256:33a6bedcd6c17e60ae48d86af9dbc776f779be446bb42b72313e6d573c75cddb
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
env:
|
env:
|
||||||
- name: TZ
|
- name: TZ
|
||||||
|
@@ -17,12 +17,14 @@ traefik:
|
|||||||
port: 8000
|
port: 8000
|
||||||
hostname: "*.alexlebens.net"
|
hostname: "*.alexlebens.net"
|
||||||
protocol: HTTP
|
protocol: HTTP
|
||||||
namespacePolicy: All
|
namespacePolicy:
|
||||||
|
from: All
|
||||||
websecure:
|
websecure:
|
||||||
port: 8443
|
port: 8443
|
||||||
hostname: "*.alexlebens.net"
|
hostname: "*.alexlebens.net"
|
||||||
protocol: HTTPS
|
protocol: HTTPS
|
||||||
namespacePolicy: All
|
namespacePolicy:
|
||||||
|
from: All
|
||||||
certificateRefs:
|
certificateRefs:
|
||||||
- group: ''
|
- group: ''
|
||||||
kind: Secret
|
kind: Secret
|
||||||
@@ -32,7 +34,8 @@ traefik:
|
|||||||
ssh:
|
ssh:
|
||||||
port: 22
|
port: 22
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
namespacePolicy: All
|
namespacePolicy:
|
||||||
|
from: All
|
||||||
allowedRoutes:
|
allowedRoutes:
|
||||||
kinds:
|
kinds:
|
||||||
- kind: TCPRoute
|
- kind: TCPRoute
|
||||||
|
Reference in New Issue
Block a user