diff --git a/charts/brokencrystals/Chart.yaml b/charts/brokencrystals/Chart.yaml index d1dbd3fe..e00aefac 100644 --- a/charts/brokencrystals/Chart.yaml +++ b/charts/brokencrystals/Chart.yaml @@ -4,7 +4,7 @@ description: | Benchmark application that uses modern technologies and implements a set of common security vulnerabilities type: application -version: 0.0.36 +version: 0.0.37 keywords: - brokencrystals-exp - brkn-e diff --git a/charts/brokencrystals/templates/deployment.yaml b/charts/brokencrystals/templates/deployment.yaml index e696d7d4..e49c83c2 100644 --- a/charts/brokencrystals/templates/deployment.yaml +++ b/charts/brokencrystals/templates/deployment.yaml @@ -157,8 +157,10 @@ spec: value: "https://raw.githubusercontent.com/NeuraLegion/brokencrystals/development/config/keys/x509.crt" resources: requests: - cpu: 500m + cpu: 1800m memory: 1024Mi + limits: + memory: 15G livenessProbe: httpGet: path: /api/config