Metadata Env Variables
Prodvana automatically adds environment variables to your programs with Prodvana metadata. These environment variables are all prefixed with PVN_
.
When using Kubernetes configs or one of its templating engines (like Kustomize), Prodvana attempts to inject these environment variables on objects it recognizes, including but not limited to: deployments, jobs.
Prodvana does not try to inject variables on Services using Helm.
Variable Name | Value | Supported Runtimes |
---|---|---|
PVN_RELEASE_CHANNEL | Name of the Release Channel this Service Instance is running in | All Runtimes |
PVN_SERVICE | Name of the Service | All Runtimes |
PVN_NAMESPACE | Name of the Kubernetes Namespace this Service Instance is running in | Kubernetes, only via Prodvana configs |
Updated 11 months ago