mirror of
https://github.com/suitenumerique/docs.git
synced 2026-05-08 16:12:26 +02:00
We removed the usage of bitnami charts and created our own dev-backend helm chart. We need to update the kubernetes document accordingly.
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 |