Skip to content

Instantly share code, notes, and snippets.

@nak3
Created August 1, 2015 12:52
Show Gist options
  • Save nak3/09c4d9ee373d8e119d01 to your computer and use it in GitHub Desktop.
Save nak3/09c4d9ee373d8e119d01 to your computer and use it in GitHub Desktop.
apiVersion: v1
kind: Pod
metadata:
name: nginx
spec:
containers:
- name: nginx
image: nginx
resources:
limits:
cpu: 0.01
memory: 10Mi
ports:
- containerPort: 80
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment