fix timescale image

This commit is contained in:
Hoang Nguyen
2026-05-06 11:42:48 +02:00
parent 6384d2ba7f
commit db658c7675
5 changed files with 5 additions and 6 deletions

View File

@@ -4,7 +4,7 @@ metadata:
name: timescale-cluster
spec:
instances: 3
imageName: ghcr.io/cloudnative-pg/postgresql:15
imageName: ghcr.io/cloudnative-pg/postgresql:pg15
bootstrap:
initdb:
database: app
@@ -36,7 +36,6 @@ spec:
checkpoint_completion_target: "0.9"
random_page_cost: "1.1" # SSD optimiert
effective_io_concurrency: "200"
shared_preload_libraries: "timescaledb"
backup:
retentionPolicy: "7d" # Backup älter als 7 Tage -> automatisch gelöscht
barmanObjectStore:

View File

@@ -11,7 +11,7 @@ data:
name: timescale-restore-test
spec:
instances: 1
imageName: ghcr.io/cloudnative-pg/postgresql:15
imageName: ghcr.io/cloudnative-pg/postgresql:pg15
bootstrap:
recovery:
source: timescale-cluster

View File

@@ -5,7 +5,7 @@ metadata:
namespace: database
spec:
instances: 1
imageName: ghcr.io/cloudnative-pg/postgresql:15
imageName: ghcr.io/cloudnative-pg/postgresql:pg15
bootstrap:
recovery:
source: timescale-cluster

View File

@@ -5,7 +5,7 @@ metadata:
namespace: database
spec:
instances: 1
imageName: ghcr.io/cloudnative-pg/postgresql:15
imageName: ghcr.io/cloudnative-pg/postgresql:pg15
bootstrap:
recovery:
source: timescale-cluster

View File

@@ -5,7 +5,7 @@ metadata:
namespace: database
spec:
instances: 1
imageName: ghcr.io/cloudnative-pg/postgresql:15
imageName: ghcr.io/cloudnative-pg/postgresql:pg15
bootstrap:
recovery:
source: timescale-cluster