Skip to content

Instantly share code, notes, and snippets.

@metral
Created August 2, 2017 01:20
Show Gist options
  • Save metral/04f22074794eb729285e1de632982561 to your computer and use it in GitHub Desktop.
Save metral/04f22074794eb729285e1de632982561 to your computer and use it in GitHub Desktop.
apiVersion: v1
kind: LimitRange
metadata:
name: mylimits
spec:
limits:
- max:
cpu: 1
memory: 1Gi
min:
cpu: 10m
memory: 5Mi
type: Pod
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment