Skip to content

fix(helm): configure data service cache port - #93

Merged
maxlastglance merged 1 commit into
mainfrom
fix/helm-data-cache-port
Jul 24, 2026
Merged

fix(helm): configure data service cache port#93
maxlastglance merged 1 commit into
mainfrom
fix/helm-data-cache-port

Conversation

@maxlastglance

Copy link
Copy Markdown
Contributor

What changed

Adds CACHE_DB_PORT to the Data Service secret, matching the existing Consumer Service and Metadata Service configuration.

Why

Without an explicit value, Kubernetes service-link injection can populate CACHE_DB_PORT with a URL such as tcp://<cluster-ip>:6379. Spring expects this setting to be an integer, causing the Data Service to fail during startup with a NumberFormatException.

Impact

Helm deployments now provide the configured cache port to the Data Service and no longer depend on Kubernetes generated service-link variable.

Validation

  • git diff --check passes.
  • The change is isolated to helm/dbrepo/templates/data-secret.yaml.
  • Full local Helm rendering is currently blocked by an unrelated existing values mismatch in the vendored gateway chart (gatewayservice.containerPorts.http).

@maxlastglance
maxlastglance merged commit 49eded9 into main Jul 24, 2026
35 of 36 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.

1 participant