From 6a23643ae0b5bd3508a31ac603e49f5c6e203dea Mon Sep 17 00:00:00 2001 From: Rob Kaufman Date: Mon, 8 Jan 2024 20:40:31 -0800 Subject: [PATCH] working on fixing redis deploy --- ops/demo-deploy.tmpl.yaml | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/ops/demo-deploy.tmpl.yaml b/ops/demo-deploy.tmpl.yaml index 9a605667f..5b22631fb 100644 --- a/ops/demo-deploy.tmpl.yaml +++ b/ops/demo-deploy.tmpl.yaml @@ -99,7 +99,7 @@ extraEnvVars: &envVars - name: PASSENGER_APP_ENV value: production - name: RAILS_CACHE_STORE_URL - value: redis://:staging@hyku-demo-redis-master:6379/demo + value: redis://:staging@hyku-demo-redis-master:6379/0 - name: RAILS_ENV value: production - name: RAILS_LOG_TO_STDOUT @@ -111,7 +111,7 @@ extraEnvVars: &envVars - name: REDIS_HOST value: hyku-demo-redis-master - name: REDIS_URL - value: redis://:staging@hyku-demo-redis-master:6379/demo + value: redis://:staging@hyku-demo-redis-master:6379/0 - name: HYRAX_ACTIVE_JOB_QUEUE value: sidekiq - name: HYKU_BULKRAX_ENABLED @@ -195,9 +195,12 @@ fcrepo: postgresql: enabled: false redis: - cluster: - enabled: false - password: staging + enabled: true + architecture: standalone + auth: + password: staging + + solr: enabled: false