podex/nodejs-hello: add hostPort
This commit is contained in:
@@ -9,6 +9,7 @@
|
||||
"ports": [
|
||||
{
|
||||
"name": "nodejs-hello-tcp-8080",
|
||||
"hostPort": 80,
|
||||
"containerPort": 8080,
|
||||
"protocol": "TCP"
|
||||
}
|
||||
|
@@ -6,5 +6,6 @@ containers:
|
||||
image: google/nodejs-hello
|
||||
ports:
|
||||
- name: nodejs-hello-tcp-8080
|
||||
hostPort: 80
|
||||
containerPort: 8080
|
||||
protocol: TCP
|
||||
|
Reference in New Issue
Block a user