fix(redis): force vct accessmode as RWO

Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
This commit is contained in:
Kjeld Schouten 2024-03-07 11:56:11 +01:00 committed by GitHub
parent 1fb0dd77f6
commit cc17d8cf18
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

View File

@ -138,6 +138,8 @@ service:
volumeClaimTemplates:
data:
enabled: true
accessModes:
- ReadWriteOnce
mountPath: "/bitnami/redis"
persistence:
redis-health: