Skip to content

Instantly share code, notes, and snippets.

@rawlingsj
Last active April 5, 2017 09:49
Show Gist options
  • Save rawlingsj/6fdb7db4bdb20b971ed361448280400a to your computer and use it in GitHub Desktop.
Save rawlingsj/6fdb7db4bdb20b971ed361448280400a to your computer and use it in GitHub Desktop.
apiVersion: "v1"
kind: "Pod"
metadata:
name: "jr-test"
spec:
containers:
- command:
- "sleep"
- "3600"
image: "busybox"
name: "jr-test"
resources:
requests:
memory: "256Mi"
cpu: "100m"
limits:
memory: "512Mi"
cpu: "200m"
restartPolicy: "Never"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment