passbolt / charts-passbolt

Helm charts to run Passbolt on Kubernetes. No strings attached charts to run the open source password manager for teams!
https://passbolt.com
GNU Affero General Public License v3.0
40 stars 27 forks source link

Very high CPU utilization #70

Closed AlexVlan closed 7 months ago

AlexVlan commented 7 months ago

Hello! I have installed Passbolt v0.4.0. It works for a while, after that it starts killing my cpu. Average values > 4 cpu, I upgrade it > 0.7.0 but my values file has the following values and it ingore this:

Passbolt container and sidecar parameters


    resources:
      limits:
        cpu: "0.1" # 
        memory: "128Mi"
      requests:
        cpu: "0.1" 
        memory: "128Mi"

    # -- Configure the passbolt deployment resources

extraPodLabels: {} resources: limits: cpu: "0.1" memory: "128Mi" requests: cpu: "0.1" memory: "128Mi"

AlexVlan commented 7 months ago

Upgrading to version 0.7.0 helped me. CPU utilization is normal. Resource values are working in this Chart.