Skip to content

Commit

Permalink
More resource for mica and mongo
Browse files Browse the repository at this point in the history
  • Loading branch information
johannes-darms committed Nov 7, 2024
1 parent 310f645 commit a7d11d9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion k8s/mica/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions k8s/mica/templates/mica.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ spec:
requests:
memory: 4Gi
limits:
memory: 8Gi
memory: 16Gi
env:
{{- if .Values.ingress.dns }}
- name: SPRING_CSRF_ALLOWED
Expand Down Expand Up @@ -54,7 +54,7 @@ spec:
key: password
optional: false
- name: JAVA_OPTS
value: -Xms4g -Xmx8g
value: -Xms4g -Xmx12g
ports:
- containerPort: 8082
volumeMounts:
Expand Down
2 changes: 1 addition & 1 deletion k8s/mica/templates/mongo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spec:
image: {{ .Values.mongo.image}}
resources:
limits:
memory: 1000Mi
memory: 2000Mi
requests:
memory: 500Mi
env:
Expand Down

0 comments on commit a7d11d9

Please sign in to comment.