From d0b3cac72ac26cdf4a80dc359a646447b31d3a10 Mon Sep 17 00:00:00 2001 From: Matthew Jones Date: Wed, 10 Jan 2018 09:29:12 -0500 Subject: [PATCH] Remove nodeport definition --- INSTALL.md | 4 ---- installer/inventory | 1 - 2 files changed, 5 deletions(-) diff --git a/INSTALL.md b/INSTALL.md index 32e4209f44..a64ca75c17 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -300,10 +300,6 @@ Before starting the build process, review the [inventory](./installer/inventory) > Name of the Kubernetes namespace where the AWX resources will be installed. This will be created if it doesn't exist -*awx_node_port* - -> The web server port running inside the AWX pod. - *docker_registry_* > These settings should be used if building your own base images. You'll need access to an external registry and are responsible for making sure your kube cluster can talk to it and use it. If these are undefined and the dockerhub_ configuration settings are uncommented then the images will be pulled from dockerhub instead diff --git a/installer/inventory b/installer/inventory index e4fd789a95..f2bf220f70 100644 --- a/installer/inventory +++ b/installer/inventory @@ -29,7 +29,6 @@ awx_secret_key=awxsecret # Kubernetes Install # kubernetes_context=test-cluster # awx_kubernetes_namespace=awx -# awx_node_port=30083 # Standalone Docker Install postgres_data_dir=/tmp/pgdocker