armada/charts/armada
Drew Walters 183e37541d api: Replace conflicting environment variable
The Armada API relies on an environment variable, `ARMADA_API_PORT`,
to start uWSGI with the desired port; however, it conflicts with an
environment variable already in use. This causes the `entrypoint.sh`
script to use the wrong port value for uWSGI when using user-specified
`armada_api` values through Helm (i.e. the port is already set and the
`entrypoint.sh` script does not fallback on its default value). This
commit adds missing uWSGI configuration values to the Armada chart
values and changes their names to avoid potential conflicts.

Change-Id: I00ae3431e36593956705dcdb887025d688d804df
2018-10-10 16:39:13 +00:00
..
templates Add release uuid to pods and rc objects 2018-09-14 15:25:49 -05:00
.helmignore feat(chart): adding armada 2017-10-31 15:25:27 +00:00
Chart.yaml Fix: various documentation and URL fixes 2018-09-24 12:53:27 +02:00
requirements.yaml feat(chart): adding armada 2017-10-31 15:25:27 +00:00
values.yaml api: Replace conflicting environment variable 2018-10-10 16:39:13 +00:00