Skip to content

Instantly share code, notes, and snippets.

@shameekagarwal
Created July 2, 2022 09:43
Show Gist options
  • Save shameekagarwal/75ae269c7c98c48c57ec215c9dbba20e to your computer and use it in GitHub Desktop.
Save shameekagarwal/75ae269c7c98c48c57ec215c9dbba20e to your computer and use it in GitHub Desktop.
LimitRange
apiVersion: v1
kind: LimitRange
spec:
limits:
- type: Container
default:
cpu: "0.5"
memory: 80Mi
defaultRequest:
cpu: "0.5"
memory: 80Mi
min:
cpu: "0.5"
memory: 80Mi
max:
cpu: "0.5"
memory: 80Mi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment