forked from LaconicNetwork/kompose
Create two svc if loadbalancer and use udp/tcp the same time
This commit is contained in:
+2
@@ -18,6 +18,8 @@ services:
|
||||
|
||||
redis:
|
||||
image: redis:3.0
|
||||
labels:
|
||||
kompose.service.type: loadbalancer
|
||||
ports:
|
||||
- "6379/tcp"
|
||||
- "1234:1235/udp"
|
||||
|
||||
Reference in New Issue
Block a user