🚀(helm) add a Redis cache service

This commit is working in progress. I have added an extra chart to take
benefits of the Redis operator developed by Indie hoster.

When using the dev environment, I used bitnami redis chart to deploy
a Redis service with authentication disable.
This commit is contained in:
Lebaud Antoine
2024-03-19 13:36:50 +01:00
committed by aleb_the_flash
parent d49cc11ef1
commit b3b1343796
4 changed files with 21 additions and 0 deletions

View File

@@ -34,6 +34,7 @@ backend:
POSTGRES_DB: people
POSTGRES_USER: dinum
POSTGRES_PASSWORD: pass
REDIS_URL: redis://default:pass@redis-master:6379/1
frontend:
image: