Skip to content

fix: add SERVICES env var for backward compatibility with default image#849

Merged
robholland merged 1 commit intotemporalio:mainfrom
ivankovnatsky:fix/add-services-env-var
Feb 12, 2026
Merged

fix: add SERVICES env var for backward compatibility with default image#849
robholland merged 1 commit intotemporalio:mainfrom
ivankovnatsky:fix/add-services-env-var

Conversation

@ivankovnatsky
Copy link
Copy Markdown
Contributor

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

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 temporalio#848
@ivankovnatsky ivankovnatsky requested a review from a team as a code owner February 11, 2026 18:58
@CLAassistant
Copy link
Copy Markdown

CLAassistant commented Feb 11, 2026

CLA assistant check
All committers have signed the CLA.

@robholland robholland self-assigned this Feb 12, 2026
@robholland
Copy link
Copy Markdown
Contributor

Thanks :)

@robholland robholland merged commit 90f1cf7 into temporalio:main Feb 12, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Bug] Helm chart sets TEMPORAL_SERVICES but default image reads SERVICES - pods run all services

3 participants