pl4nty / homelab

My Kubernetes-based homelab
https://lab.tplant.com.au
MIT License
29 stars 1 forks source link

Standardise redis and mongodb deployments #160

Open pl4nty opened 1 year ago

pl4nty commented 1 year ago

Redis sentinel and mongodb operator seem unnecessary. any issues with just using bitnami?

could use shared instances depending on resource usage. but per-app instances are easier to move. redis can be stateless depending on the app (immich uses it for queues though)

jthvai commented 11 months ago

Reminder to not use shared redis instances per today's discussion