Skip to content

Commit

Permalink
Adjust Kafka resources requests and limits
Browse files Browse the repository at this point in the history
- One of the kafka borkers is not being scheduled in TTS because of lack of resources.
  • Loading branch information
afausti committed Nov 12, 2024
1 parent e0e02fa commit b9298c2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions applications/sasquatch/values-tucson-teststand.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ strimzi-kafka:
host: sasquatch-tts-kafka-2.lsst.codes
resources:
requests:
memory: 80Gi
cpu: 4
memory: 8Gi
cpu: 1
limits:
memory: 80Gi
cpu: 4
memory: 8Gi
cpu: 1
metricsConfig:
enabled: true
kafkaExporter:
Expand Down

0 comments on commit b9298c2

Please sign in to comment.