mirror of
https://github.com/bitnami/containers.git
synced 2026-03-11 07:39:06 +08:00
Set kompose.service.type label so kubernetes service is NodePort
This commit is contained in:
@@ -9,6 +9,8 @@ services:
|
||||
- 'mariadb_data:/bitnami/mariadb'
|
||||
drupal:
|
||||
image: 'bitnami/drupal:latest'
|
||||
labels:
|
||||
kompose.service.type: nodeport
|
||||
ports:
|
||||
- '80:80'
|
||||
- '443:443'
|
||||
|
||||
Reference in New Issue
Block a user