From a7d11d958ba8076c274690edd8471a8bbf1c933e Mon Sep 17 00:00:00 2001 From: Johannes Darms Date: Thu, 7 Nov 2024 15:50:50 +0100 Subject: [PATCH] More resource for mica and mongo --- k8s/mica/Chart.yaml | 2 +- k8s/mica/templates/mica.yaml | 4 ++-- k8s/mica/templates/mongo.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/k8s/mica/Chart.yaml b/k8s/mica/Chart.yaml index 07e862d..2c3619e 100644 --- a/k8s/mica/Chart.yaml +++ b/k8s/mica/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.0.3 +version: 0.0.4 # 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/k8s/mica/templates/mica.yaml b/k8s/mica/templates/mica.yaml index f6b3cb9..1c82880 100644 --- a/k8s/mica/templates/mica.yaml +++ b/k8s/mica/templates/mica.yaml @@ -19,7 +19,7 @@ spec: requests: memory: 4Gi limits: - memory: 8Gi + memory: 16Gi env: {{- if .Values.ingress.dns }} - name: SPRING_CSRF_ALLOWED @@ -54,7 +54,7 @@ spec: key: password optional: false - name: JAVA_OPTS - value: -Xms4g -Xmx8g + value: -Xms4g -Xmx12g ports: - containerPort: 8082 volumeMounts: diff --git a/k8s/mica/templates/mongo.yaml b/k8s/mica/templates/mongo.yaml index bef0fa4..3bf7992 100644 --- a/k8s/mica/templates/mongo.yaml +++ b/k8s/mica/templates/mongo.yaml @@ -17,7 +17,7 @@ spec: image: {{ .Values.mongo.image}} resources: limits: - memory: 1000Mi + memory: 2000Mi requests: memory: 500Mi env: