Compare commits

...

4 Commits

Author SHA1 Message Date
Marian Koreniuk
b065dc546c Merge branch 'main' into add-kafka-exporter 2024-10-09 21:35:33 +03:00
Marian Koreniuk
9e294019b0 fix 2024-10-09 17:29:03 +02:00
Marian Koreniuk
63462f0a86 add CPU and memory resources to reserve for kafkaExporter 2024-10-09 17:28:34 +02:00
George Gaál
a2519a54b0 feat(kafka): add exporter
Signed-off-by: George Gaál <gb12335@gmail.com>
2024-10-09 17:14:38 +02:00
2 changed files with 11 additions and 1 deletions

View File

@@ -16,7 +16,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.3.0
version: 0.3.1
# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to

View File

@@ -78,3 +78,13 @@ spec:
policy.cozystack.io/allow-to-apiserver: "true"
spec:
enableServiceLinks: false
kafkaExporter:
groupRegex: ".*"
topicRegex: ".*"
resources:
requests:
cpu: 200m
memory: 64Mi
limits:
cpu: 500m
memory: 128Mi