List of all environment variables for a Pod
问题 I have a web app on OpenShift v3 (all-in-One), using the Wildfly Builder Image. In addition, I created a service named xyz, to point to an external host+IP. Something like this: "kind": "Service", "apiVersion": "v1", "metadata": { "name": "xyz" }, "spec": { "ports": [ { "port": 61616, "protocol": "TCP", "targetPort": 61616 } ], "selector": {} } I also have an endpoint, pointing externally, but that is not relevant for this question. When deployed, my program can access an environment variable