From 812cb8f61d0e1bd4be82230ca832c7d445aecd33 Mon Sep 17 00:00:00 2001 From: Trey Dockendorf Date: Mon, 29 Jan 2024 11:21:34 -0500 Subject: [PATCH] Increase focalmap memory requests and limits --- charts-private/focalmap/Chart.yaml | 2 +- charts-private/focalmap/values.yaml | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/charts-private/focalmap/Chart.yaml b/charts-private/focalmap/Chart.yaml index 67e1b24..81765ed 100644 --- a/charts-private/focalmap/Chart.yaml +++ b/charts-private/focalmap/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: focalmap description: OSC focalmap web service type: application -version: 0.13.1 +version: 0.13.2 appVersion: v0.9.0 maintainers: - name: treydock diff --git a/charts-private/focalmap/values.yaml b/charts-private/focalmap/values.yaml index c5ebb26..ad45261 100644 --- a/charts-private/focalmap/values.yaml +++ b/charts-private/focalmap/values.yaml @@ -10,10 +10,10 @@ global: podResources: limits: cpu: 4 - memory: 4Gi + memory: 8Gi requests: cpu: 1 - memory: 256Mi + memory: 2Gi auth: replicas: 2 test: @@ -24,10 +24,10 @@ global: podResources: limits: cpu: 4 - memory: 4Gi + memory: 8Gi requests: cpu: 1 - memory: 256Mi + memory: 2Gi auth: replicas: 2 dev: @@ -38,10 +38,10 @@ global: podResources: limits: cpu: 4 - memory: 4Gi + memory: 8Gi requests: cpu: 1 - memory: 256Mi + memory: 2Gi auth: replicas: 1 webservice: