change service
This commit is contained in:
@@ -79,24 +79,20 @@ qbittorrent:
|
|||||||
serviceAccount:
|
serviceAccount:
|
||||||
create: true
|
create: true
|
||||||
service:
|
service:
|
||||||
http:
|
main:
|
||||||
controller: main
|
controller: main
|
||||||
ports:
|
ports:
|
||||||
http:
|
http:
|
||||||
port: 8080
|
port: 8080
|
||||||
targetPort: 8080
|
targetPort: 8080
|
||||||
protocol: HTTP
|
protocol: HTTP
|
||||||
health:
|
|
||||||
controller: main
|
|
||||||
ports:
|
ports:
|
||||||
http:
|
health:
|
||||||
port: 9999
|
port: 9999
|
||||||
targetPort: 9999
|
targetPort: 9999
|
||||||
protocol: HTTP
|
protocol: HTTP
|
||||||
metrics:
|
|
||||||
controller: main
|
|
||||||
ports:
|
ports:
|
||||||
http:
|
metrics:
|
||||||
port: 9022
|
port: 9022
|
||||||
targetPort: 9022
|
targetPort: 9022
|
||||||
protocol: HTTP
|
protocol: HTTP
|
||||||
@@ -113,8 +109,8 @@ qbittorrent:
|
|||||||
- path: /
|
- path: /
|
||||||
pathType: Prefix
|
pathType: Prefix
|
||||||
service:
|
service:
|
||||||
name: qbittorrent-http
|
name: qbittorrent
|
||||||
port: 8000
|
port: 8080
|
||||||
tls:
|
tls:
|
||||||
- secretName: qbittorrent-secret-tls
|
- secretName: qbittorrent-secret-tls
|
||||||
hosts:
|
hosts:
|
||||||
|
Reference in New Issue
Block a user