Merge pull request #214 from 3dwardch3ng/app/postgresql

App/postgresql
This commit is contained in:
2024-06-18 13:34:34 +10:00
committed by GitHub
2 changed files with 3 additions and 22 deletions

View File

@@ -33,7 +33,7 @@ spec:
spec: spec:
chart: postgresql chart: postgresql
sourceRef: sourceRef:
kind: HelmRepository kind: OCIRepository
name: bitnami name: bitnami
interval: 1h interval: 1h
install: install:
@@ -79,21 +79,3 @@ spec:
selector: selector:
matchLabels: matchLabels:
name: postgresql-replica-pvc name: postgresql-replica-pvc
controller:
spec:
template:
spec:
containers:
volumeMounts:
- mountPath: /bitnami/postgresql
name: postgresql-volume
readOnly: false
volumes:
- name: postgresql-volume
hostPath:
path: /mnt/nfs/AppData/postgresql
type: Directory

View File

@@ -1,9 +1,8 @@
apiVersion: source.toolkit.fluxcd.io/v1 apiVersion: source.toolkit.fluxcd.io/v1
kind: HelmRepository kind: OCIRepository
metadata: metadata:
name: bitnami name: bitnami
namespace: flux-system namespace: flux-system
spec: spec:
interval: 6h interval: 6h
type: oci
url: oci://registry-1.docker.io/bitnamicharts url: oci://registry-1.docker.io/bitnamicharts