mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-31 15:25:57 +00:00
podex: add google/nodejs-hello yaml manifest
This commit is contained in:
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
Block a user