mirror of
				https://github.com/optim-enterprises-bv/OptimCloud-gw-ui.git
				synced 2025-11-04 04:07:49 +00:00 
			
		
		
		
	[WIFI-7825] Chg: use ClusterIP for service by default
Signed-off-by: Dmitry Dunaev <dmitry@opsfleet.com>
This commit is contained in:
		@@ -13,7 +13,7 @@ images:
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
services:
 | 
					services:
 | 
				
			||||||
  owgwui:
 | 
					  owgwui:
 | 
				
			||||||
    type: NodePort
 | 
					    type: ClusterIP
 | 
				
			||||||
    ports:
 | 
					    ports:
 | 
				
			||||||
      http:
 | 
					      http:
 | 
				
			||||||
        servicePort: 80
 | 
					        servicePort: 80
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user