Skip to content

How can I limit resources for integration containers (in docker and minikube)? #1046

Closed Answered by mgubaidullin
MyLuk asked this question in Q&A
Discussion options

You must be logged in to vote
  1. In Kubernetes add fragment file deployment.jkube.yaml to your project
spec:
  containers:
  - resources:
      requests:
        memory: "64Mi"
        cpu: "250m"
      limits:
        memory: "128Mi"
        cpu: "500m"

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by davsclaus
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants