diff --git a/apps/immich/redis.yaml b/apps/immich/redis.yaml index 46ed174..bbf0aab 100644 --- a/apps/immich/redis.yaml +++ b/apps/immich/redis.yaml @@ -55,3 +55,11 @@ spec: dataStorage: enabled: true persistentVolumeClaimName: immich-valkey + + auth: + enabled: true + usersExistingSecret: redis + aclUsers: + default: + passwordKey: redis-password + permissions: "~* &* +@all"