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:pg15
|
imageName: ghcr.io/cloudnative-pg/postgresql:15
|
||||||
bootstrap:
|
bootstrap:
|
||||||
initdb:
|
initdb:
|
||||||
database: app
|
database: app
|
||||||
|
|||||||
@@ -11,8 +11,11 @@ data:
|
|||||||
name: timescale-restore-test
|
name: timescale-restore-test
|
||||||
spec:
|
spec:
|
||||||
instances: 1
|
instances: 1
|
||||||
imageName: ghcr.io/cloudnative-pg/postgresql:pg15
|
imageName: ghcr.io/cloudnative-pg/postgresql:15
|
||||||
bootstrap:
|
bootstrap:
|
||||||
|
initdb:
|
||||||
|
postInitSQL:
|
||||||
|
- CREATE EXTENSION IF NOT EXISTS timescaledb;
|
||||||
recovery:
|
recovery:
|
||||||
source: timescale-cluster
|
source: timescale-cluster
|
||||||
recoveryTarget:
|
recoveryTarget:
|
||||||
|
|||||||
@@ -5,8 +5,11 @@ metadata:
|
|||||||
namespace: database
|
namespace: database
|
||||||
spec:
|
spec:
|
||||||
instances: 1
|
instances: 1
|
||||||
imageName: ghcr.io/cloudnative-pg/postgresql:pg15
|
imageName: ghcr.io/cloudnative-pg/postgresql:15
|
||||||
bootstrap:
|
bootstrap:
|
||||||
|
initdb:
|
||||||
|
postInitSQL:
|
||||||
|
- CREATE EXTENSION IF NOT EXISTS timescaledb;
|
||||||
recovery:
|
recovery:
|
||||||
source: timescale-cluster
|
source: timescale-cluster
|
||||||
storage:
|
storage:
|
||||||
|
|||||||
@@ -5,8 +5,11 @@ metadata:
|
|||||||
namespace: database
|
namespace: database
|
||||||
spec:
|
spec:
|
||||||
instances: 1
|
instances: 1
|
||||||
imageName: ghcr.io/cloudnative-pg/postgresql:pg15
|
imageName: ghcr.io/cloudnative-pg/postgresql:15
|
||||||
bootstrap:
|
bootstrap:
|
||||||
|
initdb:
|
||||||
|
postInitSQL:
|
||||||
|
- CREATE EXTENSION IF NOT EXISTS timescaledb;
|
||||||
recovery:
|
recovery:
|
||||||
source: timescale-cluster
|
source: timescale-cluster
|
||||||
recoveryTarget:
|
recoveryTarget:
|
||||||
|
|||||||
Reference in New Issue
Block a user