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: helmCharts:
- name: postgres - repo: https://raw.githubusercontent.com/hansehe/postgres-helm/master/helm/charts/postgres
namespace: nextcloud name: postgres
releaseName: pg4nc releaseName: pg4nc
repo: https://raw.githubusercontent.com/hansehe/postgres-helm/master/helm/charts/postgres namespace: nextcloud
valuesInline: valuesInline:
environmentVariables: environmentVariables:
POSTGRES_DB: nextcloud
POSTGRES_PASSWORD: hmj@geq1jdw7pfg8BDC
POSTGRES_USER: nextcloud POSTGRES_USER: nextcloud
POSTGRES_PASSWORD: hmj@geq1jdw7pfg8BDC
POSTGRES_DB: nextcloud
volume: volume:
className: longhorn-single className: longhorn-single
enabled: true enabled: true
apiVersion: kustomize.config.k8s.io/v1beta1 patchesStrategicMerge:
kind: Kustomization - statefulset.yaml
patches:
- path: statefulset.yaml

View file

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