Skip to content

Instantly share code, notes, and snippets.

@devinburnette
Created March 7, 2019 06:19
Show Gist options
  • Save devinburnette/638145b710d5bc57562abf6851ab04fc to your computer and use it in GitHub Desktop.
Save devinburnette/638145b710d5bc57562abf6851ab04fc to your computer and use it in GitHub Desktop.
apiVersion: v1
kind: Pod
metadata:
name: nginx
labels:
name: nginx
spec:
containers:
- name: nginx
image: nginx:1.10
ports:
- containerPort: 80
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment