From: wr148d Date: Wed, 15 Jul 2020 17:27:08 +0000 (-0400) Subject: Ensure Non-root user is running all processes X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F08%2F110208%2F1;p=aai%2Foom.git Ensure Non-root user is running all processes Issue-ID: AAI-2822 Signed-off-by: wr148d Change-Id: I7bb2900fb3521a43f883bf442aec3ff349493b03 --- 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