From 22a994c04d3322212906011e5982956b2d8e59b4 Mon Sep 17 00:00:00 2001 From: Niharika Sharma Date: Fri, 25 Nov 2022 11:32:27 -0500 Subject: [AAI] Haproxy user updated in config Haproxy user and group are changed to haproxy in haproxy.cfg Issue-ID: AAI-3608 Signed-off-by: Niharika Sharma Change-Id: I6578726f59c7dfa2e5c63d9074740ccc0bce27a7 --- kubernetes/aai/resources/config/haproxy/haproxy.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kubernetes/aai/resources/config/haproxy/haproxy.cfg') diff --git a/kubernetes/aai/resources/config/haproxy/haproxy.cfg b/kubernetes/aai/resources/config/haproxy/haproxy.cfg index fe1715b734..8c2554efea 100644 --- a/kubernetes/aai/resources/config/haproxy/haproxy.cfg +++ b/kubernetes/aai/resources/config/haproxy/haproxy.cfg @@ -19,8 +19,8 @@ global stats timeout 30s # it is required else pod will not come up maxconn 50000 - user root - group root + user haproxy + group haproxy daemon ################################# # Default SSL material locations# -- cgit 1.2.3-korg