Skip to content

Instantly share code, notes, and snippets.

@seanknox
Last active August 28, 2017 19:40
Show Gist options
  • Save seanknox/3e1cc8953a6a0d2a7242baff1297b798 to your computer and use it in GitHub Desktop.
Save seanknox/3e1cc8953a6a0d2a7242baff1297b798 to your computer and use it in GitHub Desktop.
apiVersion: v1
kind: Pod
metadata:
name: nginx
labels:
app: nginx
spec:
containers:
- name: nginx
image: nginx
ports:
- containerPort: 80
nodeSelector:
beta.kubernetes.io/os: linux
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment