kubernetes: move qbittorrent to internal ingress
	
		
			
	
		
	
	
		
	
		
			All checks were successful
		
		
	
	
		
			
				
	
				ci/woodpecker/push/demo-workflow Pipeline was successful
				
			
		
		
	
	
				
					
				
			
		
			All checks were successful
		
		
	
	ci/woodpecker/push/demo-workflow Pipeline was successful
				
			- move qbittorrent from local loadBalancer svc to internal ingress
This commit is contained in:
		| @ -13,7 +13,7 @@ deployment: | ||||
| qbittorrentImage: | ||||
|   repository: linuxserver/qbittorrent | ||||
|   tag: latest | ||||
|   pullPolicy:   Always | ||||
|   pullPolicy: Always | ||||
|  | ||||
| wireguardImage: | ||||
|   repository: linuxserver/wireguard | ||||
| @ -22,10 +22,17 @@ wireguardImage: | ||||
|  | ||||
| service: | ||||
|   name: qbittorrent-service | ||||
|   type: LoadBalancer | ||||
|   type: ClusterIP | ||||
|   port: 8080 | ||||
|   wireguardPort: 51820 | ||||
|  | ||||
| ingress: | ||||
|   name: qbittorrent-ingress | ||||
|   host: placeholder | ||||
|   ingressClassName: nginx | ||||
|   annotations: | ||||
|     cert-manager.io/cluster-issuer: "acme-issuer" | ||||
|  | ||||
| persistence: | ||||
|   config: | ||||
|     enabled: true | ||||
| @ -57,4 +64,4 @@ wireguard: | ||||
|   presharedKey: jSEf0xVUv/LwLmybp+LSM21Q2VOPbWPGcI/Dc4LLGkM= | ||||
|   endpoint: europe3.vpn.airdns.org:1637 | ||||
|   allowedIPs: 0.0.0.0/0 | ||||
|   persistentKeepalive: 15 | ||||
|   persistentKeepalive: 15 | ||||
|  | ||||
		Reference in New Issue
	
	Block a user