From 3922bc1a6505bbffc4d800ca931536070d154fa5 Mon Sep 17 00:00:00 2001 From: Bryan Brancotte <bryan.brancotte@pasteur.fr> Date: Fri, 30 Jun 2023 11:01:53 +0200 Subject: [PATCH] consume less cpu --- rshiny/Chart.yaml | 2 +- rshiny/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/rshiny/Chart.yaml b/rshiny/Chart.yaml index 72b50ae..638e96a 100644 --- a/rshiny/Chart.yaml +++ b/rshiny/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.3.0 +version: 0.3.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/rshiny/values.yaml b/rshiny/values.yaml index 8a41b68..749e3da 100644 --- a/rshiny/values.yaml +++ b/rshiny/values.yaml @@ -16,7 +16,7 @@ imageFullNameAndTag: registry-gitlab.pasteur.fr/hub/rshiny-k8s-example/main:late resources: requests: memory: "256Mi" - cpu: "500m" + cpu: "250m" limits: memory: "512Mi" cpu: "1000m" -- GitLab