fix timescale image
This commit is contained in:
@@ -4,11 +4,11 @@ metadata:
|
||||
name: timescale-cluster
|
||||
spec:
|
||||
instances: 3
|
||||
imageName: ghcr.io/cloudnative-pg/postgresql:pg15
|
||||
imageName: ghcr.io/cloudnative-pg/postgresql:15
|
||||
bootstrap:
|
||||
initdb:
|
||||
database: app
|
||||
owner: app
|
||||
owner: app
|
||||
postInitSQL:
|
||||
- CREATE EXTENSION IF NOT EXISTS timescaledb;
|
||||
storage:
|
||||
|
||||
@@ -11,8 +11,11 @@ data:
|
||||
name: timescale-restore-test
|
||||
spec:
|
||||
instances: 1
|
||||
imageName: ghcr.io/cloudnative-pg/postgresql:pg15
|
||||
imageName: ghcr.io/cloudnative-pg/postgresql:15
|
||||
bootstrap:
|
||||
initdb:
|
||||
postInitSQL:
|
||||
- CREATE EXTENSION IF NOT EXISTS timescaledb;
|
||||
recovery:
|
||||
source: timescale-cluster
|
||||
recoveryTarget:
|
||||
|
||||
@@ -5,8 +5,11 @@ metadata:
|
||||
namespace: database
|
||||
spec:
|
||||
instances: 1
|
||||
imageName: ghcr.io/cloudnative-pg/postgresql:pg15
|
||||
imageName: ghcr.io/cloudnative-pg/postgresql:15
|
||||
bootstrap:
|
||||
initdb:
|
||||
postInitSQL:
|
||||
- CREATE EXTENSION IF NOT EXISTS timescaledb;
|
||||
recovery:
|
||||
source: timescale-cluster
|
||||
storage:
|
||||
|
||||
@@ -5,8 +5,11 @@ metadata:
|
||||
namespace: database
|
||||
spec:
|
||||
instances: 1
|
||||
imageName: ghcr.io/cloudnative-pg/postgresql:pg15
|
||||
imageName: ghcr.io/cloudnative-pg/postgresql:15
|
||||
bootstrap:
|
||||
initdb:
|
||||
postInitSQL:
|
||||
- CREATE EXTENSION IF NOT EXISTS timescaledb;
|
||||
recovery:
|
||||
source: timescale-cluster
|
||||
recoveryTarget:
|
||||
|
||||
Reference in New Issue
Block a user