Skip to content
This repository has been archived by the owner on May 25, 2023. It is now read-only.

Configure binding endpoint related environment variables #165

Closed
thomschke opened this issue Jul 24, 2018 · 1 comment
Closed

Configure binding endpoint related environment variables #165

thomschke opened this issue Jul 24, 2018 · 1 comment

Comments

@thomschke
Copy link

In service mesh environment (Istio) the ingress traffic is passed through a sidecar-proxy. For this reason all application sockets have to bind to 127.0.0.1 (or 0.0.0.0) and NOT to status.podIP (see akka/akka-management#209).

Currently all related environment variables "_HOST" and "_BIND_HOST" are using status.podIP.

s"RP_ENDPOINT_${envVarName(assigned.endpoint.name)}_BIND_HOST" -> hostEnv,

s"RP_ENDPOINT_${assigned.endpoint.index}_BIND_HOST" -> hostEnv,

@TimMoore
Copy link

Lightbend Orchestration is no longer actively developed and will reach its End of Life on April 15, 2020.

We recommend Migrating to the Improved Kubernetes Deployment Experience.

@ghost ghost removed the backlog label Apr 18, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants