From 0588cb91b4da20b97077632dc26040f0b9aeda2b Mon Sep 17 00:00:00 2001 From: Story Crater Bot <19826264+Riotpiaole@users.noreply.github.com> Date: Tue, 21 Jul 2026 13:22:59 -0700 Subject: [PATCH] fix(temporal): scale elasticsearch to 1 replica (cluster constraint on single schedulable node) --- 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 16abeeb..a1354e7 100644 --- a/k8s/applications/temporal/temporal-values.yaml +++ b/k8s/applications/temporal/temporal-values.yaml @@ -23,6 +23,7 @@ elasticsearch: enabled: false indices: visibility: temporal_visibility_v1 + replicas: 1 # Cassandra enabled for template validation; server.config overrides with actual hosts # Schema job template requires cassandra config to exist at top level