pegasystems / pega-helm-charts

Orchestrate a Pega Platform™ deployment by using Docker, Kubernetes, and Helm to take advantage of Pega Platform Cloud Choice flexibility.
https://community.pega.com/knowledgebase/articles/cloud-choice
Apache License 2.0
126 stars 201 forks source link

Helm deployments should allow specification of application root context #111

Closed pega-embate closed 4 years ago

pega-embate commented 4 years ago

For multi-tenant environments, the application root context might be used to differentiate the deployments in an environment.
Currently, we hard-code the application root context to "prweb". This prevents load balancers from using the root context for traffic routing.

As part of a the configuration of a helm deployment, a user should have the ability to override the default application root context.

Passing an environment variable with the custom application root context name into the docker image will allow this override.

NOTE: This requires a change to the docker-pega-web-ready project as well to consume this environment variable.

pega-embate commented 4 years ago

Addressed with the following PR: https://github.com/pegasystems/pega-helm-charts/pull/167