From 314517210016c44e62a9b38925c81afe02741dec Mon Sep 17 00:00:00 2001 From: Jan Marchel <123368854+jmarchel7bulls@users.noreply.github.com> Date: Fri, 19 Jul 2024 09:09:26 +0200 Subject: [PATCH] Increase limits on influxdb (#15) --- charts/nebulous-influxdb/Chart.yaml | 2 +- charts/nebulous-influxdb/values.yaml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/charts/nebulous-influxdb/Chart.yaml b/charts/nebulous-influxdb/Chart.yaml index f32a418..adcc32a 100644 --- a/charts/nebulous-influxdb/Chart.yaml +++ b/charts/nebulous-influxdb/Chart.yaml @@ -15,7 +15,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.1.0 +version: 0.1.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 diff --git a/charts/nebulous-influxdb/values.yaml b/charts/nebulous-influxdb/values.yaml index c9dc5e6..b615c26 100644 --- a/charts/nebulous-influxdb/values.yaml +++ b/charts/nebulous-influxdb/values.yaml @@ -69,11 +69,11 @@ ingress: resources: # limits and requests for CPU and memory limits: + cpu: "1000m" + memory: "2Gi" + requests: cpu: "500m" memory: "1Gi" - requests: - cpu: "250m" - memory: "512Mi" # Autoscaling configurations autoscaling: