Skip to content
Discussion options

You must be logged in to vote

You can set resources for the Entity Operator and its containers in the Kafka CR in the same way you do it for Kafka or ZooKeeper. E.g.

  entityOperator:
    topicOperator:
      resources:
        requests:
          memory: 256Mi
          cpu: "0.2"
        limits:
          memory: 256Mi
          cpu: "0.5"
    userOperator:
      resources:
        requests:
          memory: 512Mi
          cpu: "0.2"
        limits:
          memory: 512Mi
          cpu: "0.5"
    tlsSidecar:
      resources:
        requests:
          cpu: 200m
          memory: 64Mi
        limits:
          cpu: 500m
          memory: 128Mi

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@tanberBro
Comment options

Answer selected by tanberBro
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
2 participants
Converted from issue

This discussion was converted from issue #9455 on December 12, 2023 09:57.