Skip to content

Commit dfbd575

Browse files
committed
chore: Unset default values for chart dependencies
This change unsets the default resources configured for the chart's dependencies.
1 parent 342763e commit dfbd575

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
@@ -437,36 +437,15 @@ redis:
437437
enabled: false # Dangerous! This lets Invenio connect to Redis unauthenticated!
438438
master:
439439
disableCommands: [] # Dangerous! This lets us run the `FLUSHALL` and `FLUSHDB` commands! Unfortunately, they are required by the wipe_recreate.sh script when installing Invenio.
440-
resources:
441-
limits:
442-
cpu: "1"
443-
memory: 2Gi
444-
requests:
445-
cpu: 500m
446-
memory: 500Mi
447440
replica:
448441
disableCommands: [] # Dangerous! This lets us run the `FLUSHALL` and `FLUSHDB` commands! Unfortunately, they are required by the wipe_recreate.sh script when installing Invenio.
449-
resources:
450-
limits:
451-
cpu: "1"
452-
memory: 2Gi
453-
requests:
454-
cpu: 500m
455-
memory: 500Mi
456442

457443
## RabbitMQ chart configuration
458444
## ref: https://github.com/bitnami/charts/blob/main/bitnami/rabbitmq/values.yaml
459445
rabbitmq:
460446
enabled: true
461447
auth:
462448
password: ""
463-
resources:
464-
limits:
465-
cpu: "1"
466-
memory: 2Gi
467-
requests:
468-
cpu: "1"
469-
memory: 2Gi
470449

471450
## External RabbitMQ configuration
472451
## All of these values are only used when rabbitmq.enabled is set to false

0 commit comments

Comments
 (0)