change service

This commit is contained in:
2024-05-29 13:49:23 -05:00
parent 01358bc846
commit 49ce803a55

View File

@@ -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: