Skip to content

Instantly share code, notes, and snippets.

@vigneshragupathy
Last active August 26, 2018 14:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vigneshragupathy/43f787f06fa31540673343c0283e1d88 to your computer and use it in GitHub Desktop.
Save vigneshragupathy/43f787f06fa31540673343c0283e1d88 to your computer and use it in GitHub Desktop.
blog kubernetes limit setting for namespace
apiVersion: v1
kind: LimitRange
metadata:
name: low-usage-limit-range
spec:
limits:
- default:
cpu: 1
memory: 500Mi
defaultRequest:
cpu: 0.5
memory: 100Mi
type: Container
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment