Skip to content

Instantly share code, notes, and snippets.

@georgeck
Created August 7, 2018 17:27
Show Gist options
  • Save georgeck/45b6d1247f443e2c4c6343d146af33e8 to your computer and use it in GitHub Desktop.
Save georgeck/45b6d1247f443e2c4c6343d146af33e8 to your computer and use it in GitHub Desktop.
apiVersion: v1
kind: Pod
metadata:
name: hello-pod
spec:
containers:
- name: hello-ctr
image: nigelpoulton/pluralsight-docker-ci:latest
ports:
- containerPort: 8080
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment