Compare commits

..

No commits in common. "70ada7c07dc43fbc00a9cfa4948044215c922ff1" and "779de2cdb191041725ea7d074b96f3423654a43c" have entirely different histories.

2 changed files with 16 additions and 19 deletions

View file

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

View file

@ -3,6 +3,8 @@ kind: StatefulSet
metadata:
name: pg4nc-postgres
namespace: nextcloud
annotations:
k8up.io/backupcommand: /usr/bin/pg_dumpall -U nextcloud
spec:
template:
spec:
@ -21,9 +23,6 @@ metadata:
namespace: nextcloud
spec:
template:
metadata:
annotations:
k8up.io/backupcommand: /usr/bin/pg_dumpall -U nextcloud
spec:
containers:
- name: postgres