diff options
author | Andrew Gauld <agauld@att.com> | 2020-03-30 17:26:23 +0000 |
---|---|---|
committer | Andrew Gauld <agauld@att.com> | 2020-03-30 17:26:59 +0000 |
commit | 63f15f3a74ad73cc6aef55fa025ef95163061daf (patch) | |
tree | b1cfc00cbe1e2fb7a8d19a95df8cc64e7f3fdd5c /mod/genprocessor | |
parent | 6368b68071f27cce439d1940b9806100f7aef0e1 (diff) |
Correct user on correct image for genprocessor
Change-Id: I01091421d2f2e7b222ab02cb10e07c45f92e8eac
Issue-ID: DCAEGEN2-2170
Signed-off-by: Andrew Gauld <agauld@att.com>
Diffstat (limited to 'mod/genprocessor')
-rw-r--r-- | mod/genprocessor/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mod/genprocessor/pom.xml b/mod/genprocessor/pom.xml index 3a53265..bcd271f 100644 --- a/mod/genprocessor/pom.xml +++ b/mod/genprocessor/pom.xml @@ -142,7 +142,7 @@ limitations under the License. <runCmds> <runCmd>sed -i /etc/nginx/nginx.conf -e '/^user /d' && touch /var/run/nginx.pid && mkdir -p /www/data && chown -R nginx:nginx /www /etc/nginx /var/cache/nginx /var/log/nginx /var/run/nginx.pid</runCmd> </runCmds> - <user>dcaemod</user> + <user>nginx</user> <entryPoint> <exec> <arg>nginx</arg> @@ -174,7 +174,7 @@ limitations under the License. <GENPROC_ONBOARDING_API_HOST>http://onboarding-api:8080/onboarding</GENPROC_ONBOARDING_API_HOST> <GENPROC_SLEEP_SEC>10</GENPROC_SLEEP_SEC> </env> - <user>nginx</user> + <user>dcaemod</user> <entryPoint> <exec> <arg>java</arg> |