Skip to content

Commit e4a6842

Browse files
Merge pull request #750 from codacy/fix/minio-storage-claim
fix: Update minio storage persistence to match value in cluster
2 parents 39dce46 + 40a158f commit e4a6842

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

codacy/values-production.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@ rabbitmq-ha:
328328
minio:
329329
persistence:
330330
enabled: true
331-
size: 20Gi
331+
size: 40Gi
332332
resources:
333333
requests:
334334
memory: 1.5Gi

codacy/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ postgres:
327327
minio:
328328
fullnameOverride: codacy-minio
329329
persistence:
330-
size: 20Gi
330+
size: 40Gi
331331
minioConfig:
332332
region: "eu-west-1"
333333
buckets:

0 commit comments

Comments
 (0)