Skip to content

Instantly share code, notes, and snippets.

@alosadagrande
Created May 31, 2018 21:57
Show Gist options
  • Save alosadagrande/8c50dbbbd86eb69d3ebb2773622ad5e1 to your computer and use it in GitHub Desktop.
Save alosadagrande/8c50dbbbd86eb69d3ebb2773622ad5e1 to your computer and use it in GitHub Desktop.
apiVersion: v1
items:
- apiVersion: v1
kind: LimitRange
metadata:
creationTimestamp: null
name: limits-prod
spec:
limits:
- max:
cpu: 500m
memory: 512Mi
min:
cpu: 10m
memory: 5Mi
type: Pod
- default:
cpu: 500m
memory: 512Mi
defaultRequest:
cpu: 50m
memory: 100Mi
max:
cpu: 500m
memory: 512Mi
min:
cpu: 10m
memory: 5Mi
type: Container
kind: List
metadata: {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment