dev: Re-configure PostgreSQL helm chart

This commit is contained in:
Rob Watson 2022-05-09 05:33:43 +02:00
parent 3435734668
commit b6312a527b
1 changed files with 12 additions and 0 deletions

View File

@ -4,6 +4,18 @@ resources:
- ../base
- svc-db.yaml
helmCharts:
- name: postgresql
version: "11.1.28"
repo: https://charts.bitnami.com/bitnami
releaseName: postgresql
valuesInline:
metrics:
enabled: true
auth:
postgresPassword: testme
database: default
configMapGenerator:
- name: prometheus-server
behavior: merge