Hi Ivy Team Assuming I have a global prop such as : myGlobalProp: http://myIP:1234/whatever myIP is different for Dev, Test and Prod. Is there a way to "inject" myIP at startup of the Docker image ? Or generally: If I want to build an image which should be deployed in Dev, Test and Prod, is there a way to parameterize all the config files used for the Ivy Engine (yaml, xml, etc.) ? Thanks & Regards John asked 20.05.2019 at 11:20 John Moser |
Hello John Moser Yes, there are several ways to provide environment specific configurations. Docker and Axon.ivy offer many capabilities of parameterization for different environments. The difficulty is to decide which methods or mix of methods fits best for your projects needs. One could either:
you may also check how to handle passwords (secrets) in containers: https://developer.axonivy.com/doc/latest/EngineGuideHtml/configuration.html#engine-configuration-docker answered 21.05.2019 at 03:05 Alex Suter ♦♦ If we talk about the global properties in app.yaml, it seems to me that one can not use the ConfigMap or Env variable approach. So app.yaml which are env dependent must be mounted <- is this correct ?
(26.08.2019 at 10:59)
John Moser
1
You can use the Env-Variable approach for all configurations in I don't see a problem to use the ConfigMap approach for configurations in
(27.08.2019 at 03:13)
Alex Suter ♦♦
Ok ... i got it. Thanks
(27.08.2019 at 11:53)
John Moser
|
Once you sign in you will be able to subscribe for any updates here
By RSS:Markdown Basics
Tags:
Asked: 20.05.2019 at 11:20
Seen: 1,578 times
Last updated: 27.08.2019 at 11:53