mirror of
https://github.com/ansible/awx.git
synced 2026-01-16 12:20:45 -03:30
Remove nodeport definition
This commit is contained in:
parent
44f0b003fc
commit
d0b3cac72a
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user