Skip to content

Commit

Permalink
Merge pull request #1 from ecmwf/feat/mongo-storage-template
Browse files Browse the repository at this point in the history
feat: template mongo storage size and increase default
  • Loading branch information
peshence authored Nov 8, 2024
2 parents 40de2aa + d09d878 commit 2ede163
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion templates/mongodb.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ spec:
accessModes: ["ReadWriteOnce"]
resources:
requests:
storage: 1Gi
storage: {{ .Values.deployment.mongodb.storage }}
---

apiVersion: v1
Expand Down
1 change: 1 addition & 0 deletions values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,7 @@ deployment:
host: mongodb
port: 27017
replicas: 1
storage: 10Gi

rabbitmq:
host: rabbitmq
Expand Down

0 comments on commit 2ede163

Please sign in to comment.