Created
November 10, 2020 20:39
-
-
Save FreedomBen/79a555710fad910bed28608bd3796cb2 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- apiVersion: v1 | |
kind: LimitRange | |
metadata: | |
creationTimestamp: null | |
name: ${PROJECT_NAME}-limits | |
spec: | |
limits: | |
- type: Container | |
default: | |
cpu: 1000m | |
memory: 1Gi | |
defaultRequest: | |
cpu: 500m | |
memory: 500Mi |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment