fix timescale image

This commit is contained in:
Hoang Nguyen
2026-05-06 11:56:58 +02:00
parent db658c7675
commit 06cdaf8daf
4 changed files with 14 additions and 5 deletions

View File

@@ -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: