@@ -33,7 +33,7 @@ spec:
|
||||
spec:
|
||||
chart: postgresql
|
||||
sourceRef:
|
||||
kind: HelmRepository
|
||||
kind: OCIRepository
|
||||
name: bitnami
|
||||
interval: 1h
|
||||
install:
|
||||
@@ -78,22 +78,4 @@ spec:
|
||||
existingClaim: postgresql-replica-pvc
|
||||
selector:
|
||||
matchLabels:
|
||||
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
|
||||
name: postgresql-replica-pvc
|
||||
@@ -1,9 +1,8 @@
|
||||
apiVersion: source.toolkit.fluxcd.io/v1
|
||||
kind: HelmRepository
|
||||
kind: OCIRepository
|
||||
metadata:
|
||||
name: bitnami
|
||||
namespace: flux-system
|
||||
spec:
|
||||
interval: 6h
|
||||
type: oci
|
||||
url: oci://registry-1.docker.io/bitnamicharts
|
||||
|
||||
Reference in New Issue
Block a user