From f0178b3bc56c370d51f6958a928051e0cd3aca07 Mon Sep 17 00:00:00 2001 From: Story Crater Bot <19826264+Riotpiaole@users.noreply.github.com> Date: Tue, 21 Jul 2026 13:44:25 -0700 Subject: [PATCH] fix(temporal): set cassandra.port even when disabled (chart requirement) --- k8s/applications/temporal/temporal-values.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/k8s/applications/temporal/temporal-values.yaml b/k8s/applications/temporal/temporal-values.yaml index 9733e87..db0d57f 100644 --- a/k8s/applications/temporal/temporal-values.yaml +++ b/k8s/applications/temporal/temporal-values.yaml @@ -9,6 +9,7 @@ postgresql: cassandra: enabled: false + port: 9042 elasticsearch: enabled: false