fix: use timescaledb-ha image in K8s manifest for toolkit support

This commit is contained in:
hsiegeln
2026-03-16 19:14:15 +01:00
parent 3c0e615fb7
commit 2634f60e59

View File

@@ -16,7 +16,7 @@ spec:
spec: spec:
containers: containers:
- name: postgres - name: postgres
image: timescale/timescaledb:latest-pg16 image: timescale/timescaledb-ha:pg16
ports: ports:
- containerPort: 5432 - containerPort: 5432
name: postgres name: postgres