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