Files
lasuite-drive/docs/examples/helm/redis.values.yaml
T
Manuel Raynaud 9746ad519b 📝(doc) document how to install drive on k8s
We support installation on kubernets. This dopcumentation is here to
show how to deploy on a developement cluster in order to understand what
is needed to do it later in production.
2025-10-13 08:45:46 +02:00

7 lines
126 B
YAML

redis:
enabled: true
name: redis
#serviceNameOverride: redis
image: redis:8.2-alpine
username: user
password: pass