Skip to content

Instantly share code, notes, and snippets.

@jwkidd3
Created April 25, 2018 02:08
Show Gist options
  • Save jwkidd3/20fe57ebcce96df9e22a31faddc9cc76 to your computer and use it in GitHub Desktop.
Save jwkidd3/20fe57ebcce96df9e22a31faddc9cc76 to your computer and use it in GitHub Desktop.
apiVersion: v1
kind: Pod
metadata:
name: nginx
spec:
containers:
- name: nginx
image: nginx:1.7.9
ports:
- containerPort: 80
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment