Compare commits
3 Commits
5254a426d7
...
acf5d6b137
Author | SHA1 | Date | |
---|---|---|---|
acf5d6b137
|
|||
8c03d1fbd2 | |||
b905c1629b |
@@ -9,7 +9,7 @@ komodo:
|
|||||||
main:
|
main:
|
||||||
image:
|
image:
|
||||||
repository: ghcr.io/moghtech/komodo-core
|
repository: ghcr.io/moghtech/komodo-core
|
||||||
tag: 1.17.5
|
tag: 1.18.0
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
env:
|
env:
|
||||||
- name: COMPOSE_LOGGING_DRIVER
|
- name: COMPOSE_LOGGING_DRIVER
|
||||||
|
@@ -15,6 +15,7 @@ spec:
|
|||||||
path: /metrics
|
path: /metrics
|
||||||
selector:
|
selector:
|
||||||
matchLabels:
|
matchLabels:
|
||||||
|
app.kubernetes.io/controller: main
|
||||||
app.kubernetes.io/name: qbittorrent
|
app.kubernetes.io/name: qbittorrent
|
||||||
app.kubernetes.io/instance: {{ .Release.Name }}
|
app.kubernetes.io/instance: {{ .Release.Name }}
|
||||||
|
|
||||||
@@ -36,5 +37,6 @@ spec:
|
|||||||
path: /metrics
|
path: /metrics
|
||||||
selector:
|
selector:
|
||||||
matchLabels:
|
matchLabels:
|
||||||
|
app.kubernetes.io/controller: qbit-manage
|
||||||
app.kubernetes.io/name: qbittorrent
|
app.kubernetes.io/name: qbittorrent
|
||||||
app.kubernetes.io/instance: {{ .Release.Name }}
|
app.kubernetes.io/instance: {{ .Release.Name }}
|
||||||
|
@@ -201,7 +201,7 @@ qbittorrent:
|
|||||||
service:
|
service:
|
||||||
main:
|
main:
|
||||||
controller: main
|
controller: main
|
||||||
nameOverride: ""
|
forceRename: qbittorrent
|
||||||
ports:
|
ports:
|
||||||
http:
|
http:
|
||||||
port: 8080
|
port: 8080
|
||||||
@@ -216,7 +216,7 @@ qbittorrent:
|
|||||||
targetPort: 9022
|
targetPort: 9022
|
||||||
protocol: HTTP
|
protocol: HTTP
|
||||||
qbit-manage:
|
qbit-manage:
|
||||||
controller: main
|
controller: qbit-manage
|
||||||
ports:
|
ports:
|
||||||
apprise:
|
apprise:
|
||||||
port: 8000
|
port: 8000
|
||||||
|
Reference in New Issue
Block a user