You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 4, 2022. It is now read-only.
Kubernetes creates environment variables for each linked service:
FOO_SERVICE_HOST=<the host the service is running on>
FOO_SERVICE_PORT=<the port the service is running on>
We should automatically create these environment variables for services in the compiler. They would be ignored by the Kubernetes runtime, but included in the Docker runtime. The goal would be to encourage use of environment variables instead of hostnames, for portability between engines.
The text was updated successfully, but these errors were encountered:
bradrydzewski
changed the title
Create Service Environment Variables
kubernetes: create Service Environment Variables
Feb 21, 2019
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Kubernetes creates environment variables for each linked service:
We should automatically create these environment variables for services in the compiler. They would be ignored by the Kubernetes runtime, but included in the Docker runtime. The goal would be to encourage use of environment variables instead of hostnames, for portability between engines.
The text was updated successfully, but these errors were encountered: