mirror of https://github.com/k3s-io/k3s
podex: add google/nodejs-hello yaml manifest
parent
b6a9734940
commit
0d9119b4b6
|
@ -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: {}
|
Loading…
Reference in New Issue