diff options
author | Othman Touijer <othman.touijer@soprasteria.com> | 2021-03-05 08:26:51 +0100 |
---|---|---|
committer | Sylvain Desbureaux <sylvain.desbureaux@orange.com> | 2021-03-21 13:03:45 +0000 |
commit | 2f3cfb6e20d91f6e6eb0861ded5a96ab17190d49 (patch) | |
tree | b03e8b7ef9edcf2b7fea47d060c9534b39ac310e /kubernetes/contrib/components/awx/values.yaml | |
parent | fde94076e689727e8a2c3c5147ce1242dc225f87 (diff) |
[CONTRIB][AWX] Fix Web Interface
Add NGINX configuration so it can be run as non root.
Issue-ID: INT-1858
Signed-off-by: Othman Touijer <othman.touijer@soprasteria.com>
Change-Id: I8e313a49db0dfadf5c180c4415c7237ffd3635f9
Diffstat (limited to 'kubernetes/contrib/components/awx/values.yaml')
-rwxr-xr-x | kubernetes/contrib/components/awx/values.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kubernetes/contrib/components/awx/values.yaml b/kubernetes/contrib/components/awx/values.yaml index a29866da9a..02642fd3fd 100755 --- a/kubernetes/contrib/components/awx/values.yaml +++ b/kubernetes/contrib/components/awx/values.yaml @@ -95,7 +95,7 @@ service: type: NodePort portName: web internalPort: 8052 - externalPort: 80 + externalPort: 8052 nodePort: 78 rabbitmq: type: ClusterIP |