mirror of
https://github.com/auricom/home-cluster.git
synced 2025-09-17 18:24:14 +02:00
feat: nas refactor
This commit is contained in:
@@ -38,7 +38,7 @@ spec:
|
||||
compression: bzip2
|
||||
maxParallel: 8
|
||||
destinationPath: s3://postgresql/
|
||||
endpointURL: https://minio.${SECRET_DOMAIN}:9000
|
||||
endpointURL: https://s3.feisar.ovh
|
||||
# Note: serverName version needs to be inclemented
|
||||
# when recovering from an existing cnpg cluster
|
||||
serverName: postgres16-v3
|
||||
@@ -58,7 +58,7 @@ spec:
|
||||
# - name: postgres16-v2
|
||||
# barmanObjectStore:
|
||||
# destinationPath: s3://postgresql/
|
||||
# endpointURL: https://minio.${SECRET_DOMAIN}:9000
|
||||
# endpointURL: https://s3.feisar.ovh
|
||||
# s3Credentials:
|
||||
# accessKeyId:
|
||||
# name: cloudnative-pg-secret
|
||||
|
@@ -101,6 +101,6 @@ spec:
|
||||
enabled: true
|
||||
type: nfs
|
||||
server: 192.168.9.10
|
||||
path: /mnt/storage/backups/postgresql
|
||||
path: /var/mnt/vol1/backups/postgresql
|
||||
globalMounts:
|
||||
- path: /backups
|
||||
|
Reference in New Issue
Block a user