Skip to content

Commit

Permalink
add CPU and memory resources to reserve for kafkaExporter
Browse files Browse the repository at this point in the history
  • Loading branch information
themoriarti authored Oct 9, 2024
1 parent a2519a5 commit 63462f0
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion packages/apps/kafka/templates/kafka.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,4 +78,11 @@ spec:
policy.cozystack.io/allow-to-apiserver: "true"
kafkaExporter:
groupRegex: ".*"
topicRegex: ".*"
topicRegex: ".*"
resources: (4)
requests:
cpu: 200m
memory: 64Mi
limits:
cpu: 500m
memory: 128Mi

2 comments on commit 63462f0

@gecube
Copy link
Collaborator

@gecube gecube commented on 63462f0 Oct 9, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

don't do it.

@gecube
Copy link
Collaborator

@gecube gecube commented on 63462f0 Oct 9, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it won't render and apply w/o error

Please sign in to comment.