mirror of
https://github.com/suitenumerique/drive.git
synced 2026-08-20 05:15:42 +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.
9 lines
168 B
YAML
9 lines
168 B
YAML
postgres:
|
|
enabled: true
|
|
name: postgres
|
|
#serviceNameOverride: postgres
|
|
image: postgres:16-alpine
|
|
username: dinum
|
|
password: pass
|
|
database: dinum
|
|
size: 1Gi |