Skip to content

Commit e0f84bb

Browse files
committed
chore: Unset default values for chart dependencies
This change unsets the default resources configured for the chart's dependencies.
1 parent 8a25ac4 commit e0f84bb

File tree

1 file changed

+0
-21
lines changed

1 file changed

+0
-21
lines changed

charts/invenio/values.yaml

-21
Original file line numberDiff line numberDiff line change
@@ -405,34 +405,13 @@ redis:
405405
enabled: false # Dangerous! This lets Invenio connect to Redis unauthenticated!
406406
master:
407407
disableCommands: [] # Dangerous! This lets us run the `FLUSHALL` and `FLUSHDB` commands! Unfortunately, they are required by the wipe_recreate.sh script when installing Invenio.
408-
resources:
409-
limits:
410-
cpu: "1"
411-
memory: 2Gi
412-
requests:
413-
cpu: 500m
414-
memory: 500Mi
415408
replica:
416409
disableCommands: [] # Dangerous! This lets us run the `FLUSHALL` and `FLUSHDB` commands! Unfortunately, they are required by the wipe_recreate.sh script when installing Invenio.
417-
resources:
418-
limits:
419-
cpu: "1"
420-
memory: 2Gi
421-
requests:
422-
cpu: 500m
423-
memory: 500Mi
424410

425411
rabbitmq:
426412
enabled: true
427413
auth:
428414
password: ""
429-
resources:
430-
limits:
431-
cpu: "1"
432-
memory: 2Gi
433-
requests:
434-
cpu: "1"
435-
memory: 2Gi
436415

437416
rabbitmqExternal: {}
438417

0 commit comments

Comments
 (0)