From 9ff713943c9bcb8fa68a7e70c47d679ba7d4232e Mon Sep 17 00:00:00 2001 From: SeanOMik Date: Thu, 15 Jun 2023 00:38:52 -0400 Subject: [PATCH] try to fix redis --- cluster/apps/database/redis/helm-release.yaml | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/cluster/apps/database/redis/helm-release.yaml b/cluster/apps/database/redis/helm-release.yaml index 1e4bbee..271bd91 100644 --- a/cluster/apps/database/redis/helm-release.yaml +++ b/cluster/apps/database/redis/helm-release.yaml @@ -19,11 +19,19 @@ spec: existingSecretPasswordKey: "password" master: + podSecurityContext: + enabled: true + fsGroup: 10000 + containerSecurityContext: enabled: true runAsUser: 10000 replica: + podSecurityContext: + enabled: true + fsGroup: 10000 + containerSecurityContext: enabled: true runAsUser: 10000 @@ -36,4 +44,7 @@ spec: metrics: containerSecurityContext: enabled: true - runAsUser: 10000 \ No newline at end of file + runAsUser: 10000 + + volumePermissions: + enabled: true \ No newline at end of file