aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwr148d <wr148d@att.com>2020-07-15 13:27:08 -0400
committerwr148d <wr148d@att.com>2020-07-15 13:27:32 -0400
commitf1e329c458c48530da36dd1c6b38b7548116bd65 (patch)
tree12e59d9f1c935b197459b46e90bbbcef4b04fdc3
parente77bd83639f77e68f4c7df9b35c95a4d70e70384 (diff)
Ensure Non-root user is running all processes
Issue-ID: AAI-2822 Signed-off-by: wr148d <wr148d@att.com> Change-Id: I7bb2900fb3521a43f883bf442aec3ff349493b03
-rw-r--r--resources/config/haproxy/haproxy.cfg2
-rw-r--r--values.yaml2
2 files changed, 1 insertions, 3 deletions
diff --git a/resources/config/haproxy/haproxy.cfg b/resources/config/haproxy/haproxy.cfg
index f84d0f7..4606a42 100644
--- a/resources/config/haproxy/haproxy.cfg
+++ b/resources/config/haproxy/haproxy.cfg
@@ -16,8 +16,6 @@ global
log /dev/log local0
stats socket /usr/local/etc/haproxy/haproxy.socket mode 660 level admin
stats timeout 30s
- user root
- group root
daemon
#################################
# Default SSL material locations#
diff --git a/values.yaml b/values.yaml
index 8b0efe2..4b17500 100644
--- a/values.yaml
+++ b/values.yaml
@@ -297,7 +297,7 @@ global: # global defaults
# application image
dockerhubRepository: registry.hub.docker.com
-image: aaionap/haproxy:1.4.0
+image: aaionap/haproxy:1.4.2
pullPolicy: Always
flavor: small