Skip to content

Commit

Permalink
Add persistence config to values.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
J4bbi committed Aug 21, 2024
1 parent 3549a30 commit 0c3d0b3
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions charts/invenio/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,8 @@ redis:
requests:
cpu: 500m
memory: 500Mi
persistence:
size: 8Gi

rabbitmq:
enabled: true
Expand All @@ -197,6 +199,8 @@ rabbitmq:
requests:
cpu: "1"
memory: 2Gi
persistence:
size: 8Gi

rabbitmqExternal: {}

Expand All @@ -220,11 +224,15 @@ postgresql:
auth:
username: invenio
database: invenio
persistence:
size: 8Gi

postgresqlExternal: {}

opensearch:
enabled: true
persistence:
size: 8Gi

externalOpensearch: {}

Expand Down

0 comments on commit 0c3d0b3

Please sign in to comment.