mirror of
				https://github.com/optim-enterprises-bv/homelab.git
				synced 2025-10-31 18:07:50 +00:00 
			
		
		
		
	chore(torrent): change torrent ports
This commit is contained in:
		| @@ -67,10 +67,10 @@ spec: | ||||
|             - name: http | ||||
|               containerPort: 8080 | ||||
|             - name: tcp | ||||
|               containerPort: 11012 | ||||
|               containerPort: 10011 | ||||
|               protocol: TCP | ||||
|             - name: udp | ||||
|               containerPort: 11012 | ||||
|               containerPort: 10011 | ||||
|               protocol: UDP | ||||
|           envFrom: | ||||
|             - configMapRef: | ||||
|   | ||||
| @@ -10,11 +10,21 @@ spec: | ||||
|   selector: | ||||
|     app: torrent | ||||
|   ports: | ||||
|     - name: tcp | ||||
|       port: 11011 | ||||
|     - name: tcp-10 | ||||
|       port: 10010 | ||||
|       protocol: TCP | ||||
|       targetPort: tcp | ||||
|     - name: udp | ||||
|       port: 11011 | ||||
|     - name: udp-10 | ||||
|       port: 10010 | ||||
|       protocol: UDP | ||||
|     - name: tcp-11 | ||||
|       port: 10011 | ||||
|       protocol: TCP | ||||
|     - name: udp-11 | ||||
|       port: 10011 | ||||
|       protocol: UDP | ||||
|     - name: tcp-12 | ||||
|       port: 10012 | ||||
|       protocol: TCP | ||||
|     - name: udp-12 | ||||
|       port: 10012 | ||||
|       protocol: UDP | ||||
|       targetPort: udp | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Vegard Hagen
					Vegard Hagen