Set kompose.service.type label so kubernetes service is NodePort

This commit is contained in:
Tomas Pizarro
2017-05-17 15:35:23 +00:00
parent 8e06732435
commit 3198b713e1
3 changed files with 9 additions and 0 deletions

View File

@@ -8,6 +8,8 @@ services:
- 'mariadb_data:/bitnami/mariadb'
magento:
image: 'bitnami/magento:latest'
labels:
kompose.service.type: nodeport
ports:
- '80:80'
- '443:443'