podex: add google/nodejs-hello yaml manifest

pull/6/head
Johan Euphrosine 2014-10-02 01:17:46 -07:00
parent b6a9734940
commit 0d9119b4b6
1 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1,12 @@
version: v1beta1
id: nodejs-hello-pod
volumes: []
containers:
- name: nodejs-hello
image: google/nodejs-hello
ports:
- name: nodejs-hello-tcp-8080
containerPort: 8080
protocol: TCP
restartPolicy:
always: {}