mirror of
https://github.com/auricom/home-cluster.git
synced 2025-09-17 18:24:14 +02:00
✨ new cluster deployment
This commit is contained in:
@@ -53,7 +53,7 @@ spec:
|
||||
maxParallel: 8
|
||||
destinationPath: s3://postgresql/
|
||||
endpointURL: https://truenas.${SECRET_DOMAIN}:9000
|
||||
serverName: postgres
|
||||
serverName: postgres-v2
|
||||
s3Credentials:
|
||||
accessKeyId:
|
||||
name: postgres-minio
|
||||
@@ -61,3 +61,20 @@ spec:
|
||||
secretAccessKey:
|
||||
name: postgres-minio
|
||||
key: MINIO_SECRET_KEY
|
||||
bootstrap:
|
||||
recovery:
|
||||
source: postgres
|
||||
externalClusters:
|
||||
- name: postgres
|
||||
barmanObjectStore:
|
||||
destinationPath: s3://postgresql/
|
||||
endpointURL: https://truenas.${SECRET_DOMAIN}:9000
|
||||
s3Credentials:
|
||||
accessKeyId:
|
||||
name: postgres-minio
|
||||
key: MINIO_ACCESS_KEY
|
||||
secretAccessKey:
|
||||
name: postgres-minio
|
||||
key: MINIO_SECRET_KEY
|
||||
wal:
|
||||
maxParallel: 8
|
||||
|
@@ -22,7 +22,7 @@ spec:
|
||||
remediation:
|
||||
retries: 5
|
||||
dependsOn:
|
||||
- name: postgres
|
||||
- name: postgres-cluster
|
||||
namespace: default
|
||||
values:
|
||||
resources:
|
||||
|
@@ -23,7 +23,7 @@ spec:
|
||||
retries: 5
|
||||
values:
|
||||
crds:
|
||||
create: false
|
||||
create: true
|
||||
config:
|
||||
data:
|
||||
INHERITED_ANNOTATIONS: kyverno.io/ignore
|
||||
|
Reference in New Issue
Block a user