From 8873b0847e75e8395eb7bbcdde1251148fbdb9df Mon Sep 17 00:00:00 2001 From: okozachenko Date: Mon, 20 Apr 2020 10:04:09 -0700 Subject: [PATCH] Fix the Mcrouter timeout Change-Id: Iba2e89409a63ad9628d3a4472c2d8c96a414e26b --- openstack_operator/templates/mcrouter/deployment.yml.j2 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/openstack_operator/templates/mcrouter/deployment.yml.j2 b/openstack_operator/templates/mcrouter/deployment.yml.j2 index 87a5232b..9235f776 100644 --- a/openstack_operator/templates/mcrouter/deployment.yml.j2 +++ b/openstack_operator/templates/mcrouter/deployment.yml.j2 @@ -53,7 +53,8 @@ spec: ephemeral-storage: 50M memory: 64M securityContext: - runAsUser: 1001 + runAsUser: 999 + runAsGroup: 999 volumeMounts: - mountPath: /data name: config