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