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
Redis will be used by renovate PLRs to store and retrieve cache in order
to improve performance and decrease the number of API calls. Connection
is not password protected, but a network policy exists to restrict
access only to pods in the "mintmaker" namespace. I think that a
password is unnecessary since it would complicate the deployment and no
sensitive or important data will be stored in the database. The
persistent volume exists to back up the data so that Redis can reload it
after restart.
The memory limit was chosen somewhat arbitrarily, but we can increase it
if high use is observed over time. OOM errors should not happen since
Redis limit is configured lower than Openshift limit.
0 commit comments