mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-17 07:03:31 +00:00
podex: add google/nodejs-hello yaml manifest
This commit is contained in:
@@ -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: {}
|
||||
|
Reference in New Issue
Block a user