From 9e1f365a852d1f9f6013f8c9169b4a23603e0115 Mon Sep 17 00:00:00 2001 From: Lukas Holzner Date: Tue, 27 Feb 2024 10:15:17 +0100 Subject: [PATCH] fix(mimir): merged resources for chunks-cache (#18697) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit **Description** I merged the chunks-cache resources into one because yaml requires a unique key. ⚒️ Fixes Failing CI Pipeline **⚙️ Type of change** - [ ] ⚙️ Feature/App addition - [x] 🪛 Bugfix - [ ] ⚠️ Breaking change (fix or feature that would cause existing functionality to not work as expected) - [ ] 🔃 Refactor of current code **🧪 How Has This Been Tested?** I have not changed the functionality but only moved lines. I have not tested it. **📃 Notes:** **✔️ Checklist:** - [x] ⚖️ My code follows the style guidelines of this project - [x] 👀 I have performed a self-review of my own code - [ ]#️⃣ I have commented my code, particularly in hard-to-understand areas - [ ] 📄 I have made corresponding changes to the documentation - [ ] ⚠️ My changes generate no new warnings - [ ] 🧪 I have added tests to this description that prove my fix is effective or that my feature works - [x] ⬆️ I increased versions for any altered app according to semantic versioning **➕ App addition** If this PR is an app addition please make sure you have done the following. - [ ] 🖼️ I have added an icon in the Chart's root directory called `icon.png` --- _Please don't blindly check all the boxes. Read them and only check those that apply. Those checkboxes are there for the reviewer to see what is this all about and the status of this PR with a quick glance._ --- charts/incubator/mimir/Chart.yaml | 2 +- charts/incubator/mimir/values.yaml | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/charts/incubator/mimir/Chart.yaml b/charts/incubator/mimir/Chart.yaml index 83c8268b10e..1e819381957 100644 --- a/charts/incubator/mimir/Chart.yaml +++ b/charts/incubator/mimir/Chart.yaml @@ -39,4 +39,4 @@ name: mimir sources: - https://grafana.com type: application -version: 0.1.8 +version: 0.1.9 diff --git a/charts/incubator/mimir/values.yaml b/charts/incubator/mimir/values.yaml index 9e32371519e..0909cbabf64 100644 --- a/charts/incubator/mimir/values.yaml +++ b/charts/incubator/mimir/values.yaml @@ -144,6 +144,10 @@ mimir: chunks-cache: enabled: true replicas: 2 + resources: + requests: + cpu: 20m + memory: 10Mi index-cache: enabled: true @@ -231,11 +235,7 @@ mimir: zoneAwareReplication: topologyKey: 'kubernetes.io/hostname' - chunks-cache: - resources: - requests: - cpu: 20m - memory: 10Mi + nginx: replicas: 1 resources: