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
@@ -405,34 +405,13 @@ redis:
405
405
enabled: false # Dangerous! This lets Invenio connect to Redis unauthenticated!
406
406
master:
407
407
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
415
408
replica:
416
409
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