Skip to content

Commit

Permalink
Merge pull request #3875 from lsst-sqre/tickets/DM-47528
Browse files Browse the repository at this point in the history
[DM-47528] Adjust Kafka resources requests and limits
  • Loading branch information
afausti authored Nov 12, 2024
2 parents e0e02fa + b9298c2 commit 4ac20a9
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 4ac20a9

Please sign in to comment.