mirror of
https://github.com/suitenumerique/drive.git
synced 2026-08-25 07:32:22 +02:00
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.
7 lines
126 B
YAML
7 lines
126 B
YAML
redis:
|
|
enabled: true
|
|
name: redis
|
|
#serviceNameOverride: redis
|
|
image: redis:8.2-alpine
|
|
username: user
|
|
password: pass |