Skip to content

Instantly share code, notes, and snippets.

@svmt
Created October 28, 2018 20:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save svmt/ec4e5b05918cf539e436a8a562955cc9 to your computer and use it in GitHub Desktop.
Save svmt/ec4e5b05918cf539e436a8a562955cc9 to your computer and use it in GitHub Desktop.
apiVersion: v1
kind: Pod
metadata:
name: nodehelloworld.example.com
labels:
app: helloworld
spec:
containers:
- name: k8s-demo
image: wardviaene/k8s-demo
ports:
- containerPort: 3000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment