Skip to content

Instantly share code, notes, and snippets.

@yuvalif
Created October 10, 2018 15:17
Show Gist options
  • Select an option

  • Save yuvalif/1e46c1c13c254635602446608ad78813 to your computer and use it in GitHub Desktop.

Select an option

Save yuvalif/1e46c1c13c254635602446608ad78813 to your computer and use it in GitHub Desktop.
apiVersion: v1
kind: Pod
metadata:
name: cirros
spec:
containers:
- name: cirros
image: cirros
resources:
limits:
memory: "128Mi"
command: ["sleep", "1000"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment