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

This commit is contained in:
Tomas Pizarro
2017-05-17 15:31:58 +00:00
parent 1d37bf7870
commit cead241e53
3 changed files with 9 additions and 0 deletions

View File

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