Skip to content

Instantly share code, notes, and snippets.

@wbuchwalter
Created January 31, 2018 14:57
Show Gist options
  • Save wbuchwalter/f47215084f670234208c12c646a80a5f to your computer and use it in GitHub Desktop.
Save wbuchwalter/f47215084f670234208c12c646a80a5f to your computer and use it in GitHub Desktop.
apiVersion: extensions/v1beta1
kind: Deployment
metadata:
labels:
app: nginx
name: nginx
spec:
template:
metadata:
labels:
app: nginx
spec:
containers:
- name: nginx
image: nginx
ports:
- containerPort: 80
resources:
requests:
cpu: 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment