summaryrefslogtreecommitdiffstats
path: root/kubernetes/contrib/components/awx/values.yaml
diff options
context:
space:
mode:
authorOthman Touijer <othman.touijer@soprasteria.com>2021-03-05 08:26:51 +0100
committerSylvain Desbureaux <sylvain.desbureaux@orange.com>2021-03-21 13:03:45 +0000
commit2f3cfb6e20d91f6e6eb0861ded5a96ab17190d49 (patch)
treeb03e8b7ef9edcf2b7fea47d060c9534b39ac310e /kubernetes/contrib/components/awx/values.yaml
parentfde94076e689727e8a2c3c5147ce1242dc225f87 (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-xkubernetes/contrib/components/awx/values.yaml2
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