Skip to content
Snippets Groups Projects
Commit 3922bc1a authored by Bryan BRANCOTTE's avatar Bryan BRANCOTTE
Browse files

consume less cpu

parent 4b474de3
No related branches found
No related tags found
No related merge requests found
Pipeline #106342 passed
Pipeline: shiny-k8s-example

#106343

    ...@@ -15,7 +15,7 @@ type: application ...@@ -15,7 +15,7 @@ type: application
    # This is the chart version. This version number should be incremented each time you make changes # 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. # to the chart and its templates, including the app version.
    # Versions are expected to follow Semantic Versioning (https://semver.org/) # 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 # 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 # incremented each time you make changes to the application. Versions are not expected to
    ......
    ...@@ -16,7 +16,7 @@ imageFullNameAndTag: registry-gitlab.pasteur.fr/hub/rshiny-k8s-example/main:late ...@@ -16,7 +16,7 @@ imageFullNameAndTag: registry-gitlab.pasteur.fr/hub/rshiny-k8s-example/main:late
    resources: resources:
    requests: requests:
    memory: "256Mi" memory: "256Mi"
    cpu: "500m" cpu: "250m"
    limits: limits:
    memory: "512Mi" memory: "512Mi"
    cpu: "1000m" cpu: "1000m"
    ......
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Please register or to comment