fix timescale image
This commit is contained in:
@@ -4,7 +4,7 @@ metadata:
|
|||||||
name: timescale-cluster
|
name: timescale-cluster
|
||||||
spec:
|
spec:
|
||||||
instances: 3
|
instances: 3
|
||||||
imageName: ghcr.io/cloudnative-pg/postgresql:15
|
imageName: ghcr.io/cloudnative-pg/postgresql:pg15
|
||||||
bootstrap:
|
bootstrap:
|
||||||
initdb:
|
initdb:
|
||||||
database: app
|
database: app
|
||||||
@@ -36,7 +36,6 @@ spec:
|
|||||||
checkpoint_completion_target: "0.9"
|
checkpoint_completion_target: "0.9"
|
||||||
random_page_cost: "1.1" # SSD optimiert
|
random_page_cost: "1.1" # SSD optimiert
|
||||||
effective_io_concurrency: "200"
|
effective_io_concurrency: "200"
|
||||||
shared_preload_libraries: "timescaledb"
|
|
||||||
backup:
|
backup:
|
||||||
retentionPolicy: "7d" # Backup älter als 7 Tage -> automatisch gelöscht
|
retentionPolicy: "7d" # Backup älter als 7 Tage -> automatisch gelöscht
|
||||||
barmanObjectStore:
|
barmanObjectStore:
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ data:
|
|||||||
name: timescale-restore-test
|
name: timescale-restore-test
|
||||||
spec:
|
spec:
|
||||||
instances: 1
|
instances: 1
|
||||||
imageName: ghcr.io/cloudnative-pg/postgresql:15
|
imageName: ghcr.io/cloudnative-pg/postgresql:pg15
|
||||||
bootstrap:
|
bootstrap:
|
||||||
recovery:
|
recovery:
|
||||||
source: timescale-cluster
|
source: timescale-cluster
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ metadata:
|
|||||||
namespace: database
|
namespace: database
|
||||||
spec:
|
spec:
|
||||||
instances: 1
|
instances: 1
|
||||||
imageName: ghcr.io/cloudnative-pg/postgresql:15
|
imageName: ghcr.io/cloudnative-pg/postgresql:pg15
|
||||||
bootstrap:
|
bootstrap:
|
||||||
recovery:
|
recovery:
|
||||||
source: timescale-cluster
|
source: timescale-cluster
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ metadata:
|
|||||||
namespace: database
|
namespace: database
|
||||||
spec:
|
spec:
|
||||||
instances: 1
|
instances: 1
|
||||||
imageName: ghcr.io/cloudnative-pg/postgresql:15
|
imageName: ghcr.io/cloudnative-pg/postgresql:pg15
|
||||||
bootstrap:
|
bootstrap:
|
||||||
recovery:
|
recovery:
|
||||||
source: timescale-cluster
|
source: timescale-cluster
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ metadata:
|
|||||||
namespace: database
|
namespace: database
|
||||||
spec:
|
spec:
|
||||||
instances: 1
|
instances: 1
|
||||||
imageName: ghcr.io/cloudnative-pg/postgresql:15
|
imageName: ghcr.io/cloudnative-pg/postgresql:pg15
|
||||||
bootstrap:
|
bootstrap:
|
||||||
recovery:
|
recovery:
|
||||||
source: timescale-cluster
|
source: timescale-cluster
|
||||||
|
|||||||
Reference in New Issue
Block a user