forked from LaconicNetwork/kompose
Add kompose.service.expose.tls-secret
This commit is contained in:
committed by
Oliver Bristow
parent
e4adfef9cb
commit
35a782024d
+13
@@ -0,0 +1,13 @@
|
||||
web:
|
||||
image: tuna/docker-counter23
|
||||
ports:
|
||||
- "5000:5000"
|
||||
links:
|
||||
- redis
|
||||
labels:
|
||||
kompose.service.expose: "batman.example.com"
|
||||
kompose.service.expose.tls-secret: "test-secret"
|
||||
redis:
|
||||
image: redis:3.0
|
||||
ports:
|
||||
- "6379"
|
||||
Reference in New Issue
Block a user