Skip to content

Instantly share code, notes, and snippets.

@udhos
Last active April 6, 2021 21:54
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 udhos/9bf347c1aa4cbba2c3a45347822f4b69 to your computer and use it in GitHub Desktop.
Save udhos/9bf347c1aa4cbba2c3a45347822f4b69 to your computer and use it in GitHub Desktop.
cpu-request-limit
apiVersion: apps/v1
kind: Deployment
spec:
template:
spec:
containers:
resources:
requests:
cpu: 350m
limits:
cpu: 800m
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment