From 97889cb07df52f7cd0a8901425dd5710f3f67702 Mon Sep 17 00:00:00 2001 From: gifrerenom <lluis.gifre@cttc.es> Date: Thu, 12 Jan 2023 14:03:47 +0000 Subject: [PATCH] Cleanup manifests --- manifests/contextservice.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifests/contextservice.yaml b/manifests/contextservice.yaml index b4ef9c9cb..299864032 100644 --- a/manifests/contextservice.yaml +++ b/manifests/contextservice.yaml @@ -48,9 +48,9 @@ spec: - containerPort: 9192 env: - name: DB_BACKEND - value: "inmemory" + value: "redis" - name: MB_BACKEND - value: "inmemory" + value: "redis" - name: REDIS_DATABASE_ID value: "0" - name: LOG_LEVEL -- GitLab