Remove nodeport definition

This commit is contained in:
Matthew Jones 2018-01-10 09:29:12 -05:00
parent 44f0b003fc
commit d0b3cac72a
No known key found for this signature in database
GPG Key ID: 76A4C17A97590C1C
2 changed files with 0 additions and 5 deletions

View File

@ -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

View File

@ -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