16 lines
446 B
YAML
16 lines
446 B
YAML
helmCharts:
|
|
- repo: https://raw.githubusercontent.com/hansehe/postgres-helm/master/helm/charts/postgres
|
|
name: postgres
|
|
releaseName: pg4nc
|
|
namespace: nextcloud
|
|
valuesInline:
|
|
environmentVariables:
|
|
POSTGRES_USER: nextcloud
|
|
POSTGRES_PASSWORD: hmj@geq1jdw7pfg8BDC
|
|
POSTGRES_DB: nextcloud
|
|
volume:
|
|
className: longhorn-single
|
|
enabled: true
|
|
|
|
patchesStrategicMerge:
|
|
- statefulset.yaml
|