From 4a09055ea74b541f5c38bee2ef7c999af75ac750 Mon Sep 17 00:00:00 2001 From: Micke Nordin Date: Wed, 29 Mar 2023 18:01:41 +0200 Subject: [PATCH] Reconfigure redis --- customers/base/nextcloud-configmap.yml | 1 - customers/base/nextcloud-deployment.yml | 7 +------ 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/customers/base/nextcloud-configmap.yml b/customers/base/nextcloud-configmap.yml index 9e6ee76..96020ac 100644 --- a/customers/base/nextcloud-configmap.yml +++ b/customers/base/nextcloud-configmap.yml @@ -92,7 +92,6 @@ data: 'redis' => array ( 'host' => '{{REDIS_HOST}}', - 'password' => '{{REDIS_PASSWORD}}', 'port' => 6379, ), 'forcessl' => true, diff --git a/customers/base/nextcloud-deployment.yml b/customers/base/nextcloud-deployment.yml index 937c5ed..9236a1e 100644 --- a/customers/base/nextcloud-deployment.yml +++ b/customers/base/nextcloud-deployment.yml @@ -158,12 +158,7 @@ spec: - name: OBJECTSTORE_S3_SSL value: "true" - name: REDIS_HOST - value: "redis.redis" - - name: REDIS_PASSWORD - valueFrom: - secretKeyRef: - name: redis-secret - key: "redis_password" + value: "redis" - name: SITE_NAME value: "customer.drive.test.sunet.se" command: ["/bin/bash", "-c", "/usr/bin/j2 -f env -o /var/www/html/config/config.php /tmp/config.php.template"]