PORTER_RESOURCES_RAM- The amount of RAM assigned to the current service.PORTER_RESOURCES_CPU- The number of vCPU cores assigned to the current service.PORTER_RESOURCES_REPLICAS- The static replica count for the current service. Note that this may differ from the actual number of replicas running, if you have autoscaling enabled.PORTER_NODE_NAME- The node the current service replica is running on.PORTER_NODE_IP- The internal IP of the node the current service replica is running on.PORTER_POD_NAME- This is the same as the internal hostname for the current service replica.PORTER_POD_IP- The internal private IP assigned to the current service replica.PORTER_POD_IMAGE_TAG- The image tag being used to run the current service replica. This is typically the same asPORTER_IMAGE_TAG.PORTER_IMAGE_TAG- The image tag being used for the current app. This is typically the same asPORTER_POD_IMAGE_TAG.PORTER_POD_REVISION- The revision ID assigned to the latest app deployment by Porter.PORTER_APP_SERVICE_NAME- A portmanteau of the app name and service name:<APP>-SERVICE.PORTER_DOMAINS- A comma-separated list of the domains assigned to your service.
PORTER_PR_BRANCH- The git branch (head ref) of the pull request that created the preview environment.PORTER_PR_NUMBER- The number of the pull request that created the preview environment.PORTER_PR_NAMESPACE- The Kubernetes namespace of the preview environment. Use this when constructing in-cluster DNS names for services in the same preview, e.g.<service>.$PORTER_PR_NAMESPACE.svc.cluster.local. Prefer this overPORTER_PR_BRANCH, which is the raw branch name and is not a valid DNS label for long or non-conforming branch names.

