fix(temporal): enable cassandra sub-chart with storage disabled, server uses PostgreSQL

This commit is contained in:
Story Crater Bot
2026-07-21 13:53:08 -07:00
parent edc12c388f
commit c661d7eb77
+11 -5
View File
@@ -8,12 +8,18 @@ postgresql:
enabled: false
cassandra:
enabled: false
port: 9042
cluster:
seedSize: 1
auth:
enabled: true
persistence:
enabled: false
image:
repo: cassandra
tag: 3.11.3
config:
cluster_size: 1
ports:
cql: 9042
service:
type: ClusterIP
elasticsearch:
enabled: false