From 1fcebc7d13dedf83d34d8b8cf6b83cc630e6bcd0 Mon Sep 17 00:00:00 2001 From: Angelo Fausti Date: Tue, 12 Nov 2024 13:08:30 -0700 Subject: [PATCH] Adjust Kafka resources requests and limits - One of the kafka borkers is not being scheduled in TTS because of lack of resources. --- applications/sasquatch/values-tucson-teststand.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/applications/sasquatch/values-tucson-teststand.yaml b/applications/sasquatch/values-tucson-teststand.yaml index cba6baf46..3cfe4b302 100644 --- a/applications/sasquatch/values-tucson-teststand.yaml +++ b/applications/sasquatch/values-tucson-teststand.yaml @@ -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: