mirror of
https://github.com/bitnami/containers.git
synced 2026-03-11 16:07:50 +08:00
Set kompose.service.type label so kubernetes service is NodePort
This commit is contained in:
@@ -3,7 +3,9 @@ version: '2'
|
||||
services:
|
||||
node:
|
||||
tty: true # Enables debugging capabilities when attached to this container.
|
||||
image: bitnami/node:latest
|
||||
image: 'bitnami/node:latest'
|
||||
labels:
|
||||
kompose.service.type: nodeport
|
||||
# command: sh -c 'npm install && npm start'
|
||||
ports:
|
||||
- 3000:3000
|
||||
|
||||
Reference in New Issue
Block a user