Compare commits
1 Commits
1677cc3c1f
...
c0b5296ba1
Author | SHA1 | Date | |
---|---|---|---|
c0b5296ba1
|
@@ -15,7 +15,6 @@ 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 }}
|
||||||
|
|
||||||
@@ -37,6 +36,5 @@ 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
|
||||||
forceRename: qbittorrent
|
nameOverride: ""
|
||||||
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: qbit-manage
|
controller: main
|
||||||
ports:
|
ports:
|
||||||
apprise:
|
apprise:
|
||||||
port: 8000
|
port: 8000
|
||||||
|
Reference in New Issue
Block a user