18 lines
476 B
YAML
18 lines
476 B
YAML
helmCharts:
|
|
- name: postgres
|
|
namespace: nextcloud
|
|
releaseName: pg4nc
|
|
repo: https://raw.githubusercontent.com/hansehe/postgres-helm/master/helm/charts/postgres
|
|
valuesInline:
|
|
environmentVariables:
|
|
POSTGRES_DB: nextcloud
|
|
POSTGRES_PASSWORD: hmj@geq1jdw7pfg8BDC
|
|
POSTGRES_USER: nextcloud
|
|
volume:
|
|
className: longhorn-single
|
|
enabled: true
|
|
|
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
patches:
|
|
- path: statefulset.yaml
|