You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: charts/invenio/values.yaml
-21
Original file line number
Diff line number
Diff line change
@@ -437,36 +437,15 @@ redis:
437
437
enabled: false # Dangerous! This lets Invenio connect to Redis unauthenticated!
438
438
master:
439
439
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
447
440
replica:
448
441
disableCommands: [] # Dangerous! This lets us run the `FLUSHALL` and `FLUSHDB` commands! Unfortunately, they are required by the wipe_recreate.sh script when installing Invenio.
0 commit comments