Skip to content

Commit

Permalink
working on fixing redis deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
orangewolf committed Jan 9, 2024
1 parent a72af34 commit 6a23643
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions ops/demo-deploy.tmpl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -195,9 +195,12 @@ fcrepo:
postgresql:
enabled: false
redis:
cluster:
enabled: false
password: staging
enabled: true
architecture: standalone
auth:
password: staging


solr:
enabled: false

Expand Down

0 comments on commit 6a23643

Please sign in to comment.