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
We have a few deployment cases for slinky; at the moment we can configure these using an environment. In #43 I added a --prod flag to the cli which brings us further away from the pattern using environmental variables for this.
Instead, we should be able to configure the hosts in the kubernetes deployment file and the docker-compose definition.
This should involve
Add environmental variables/config map to the pods using d1lod
Modify d1lod to use networking variables from the environment, with sensible backups (probably local store settings)
The text was updated successfully, but these errors were encountered:
We have a few deployment cases for slinky; at the moment we can configure these using an environment. In #43 I added a
--prod
flag to the cli which brings us further away from the pattern using environmental variables for this.Instead, we should be able to configure the hosts in the kubernetes deployment file and the docker-compose definition.
This should involve
The text was updated successfully, but these errors were encountered: