Skip to content

Commit 90f1cf7

Browse files
fix: add SERVICES env var for backward compatibility with default image (#849)
The default Docker image (temporalio/server:1.29.x) entrypoint script reads SERVICES env var, not TEMPORAL_SERVICES. This causes all pods to run all 4 services instead of their assigned service. Fixes #848
1 parent c058353 commit 90f1cf7

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

charts/temporal/templates/server-deployment.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,8 @@ spec:
5959
valueFrom:
6060
fieldRef:
6161
fieldPath: status.podIP
62+
- name: SERVICES
63+
value: {{ $service }}
6264
- name: TEMPORAL_SERVICES
6365
value: {{ $service }}
6466
- name: TEMPORAL_SERVER_CONFIG_FILE_PATH

0 commit comments

Comments
 (0)