Skip to content

Instantly share code, notes, and snippets.

@rafaelnicolett
Created November 19, 2018 18:05
Show Gist options
  • Save rafaelnicolett/95021d201a75a20e5b9fc564d98e949f to your computer and use it in GitHub Desktop.
Save rafaelnicolett/95021d201a75a20e5b9fc564d98e949f to your computer and use it in GitHub Desktop.
apiVersion: v1
kind: LimitRange
metadata:
name: mem-limit-range
spec:
limits:
- default:
memory: 512Mi
defaultRequest:
memory: 256Mi
type: Container
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment