Skip to content

Commit

Permalink
Update prod deploy env vars
Browse files Browse the repository at this point in the history
These variables are present in staging but missing in prod, which may be the cause for decrepancies.
  • Loading branch information
ShanaLMoore committed Nov 8, 2024
1 parent 440da4e commit d8252bb
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions ops/production-deploy.tmpl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,10 @@ extraEnvVars: &envVars
value: "604800"
- name: GOOD_JOB_CLEANUP_INTERVAL_SECONDS
value: "86400"
- name: HYRAX_VALKYRIE
value: "true"
- name: HYKU_BLOCK_VALKYRIE_REDIRECT
value: "false"
- name: HYKU_ADMIN_HOST
value: b2.adventistdigitallibrary.org
- name: HYKU_ADMIN_ONLY_TENANT_CREATION
Expand Down Expand Up @@ -249,6 +253,10 @@ extraEnvVars: &envVars
value: "8983"
- name: SOLR_URL
value: http://admin:$SOLR_ADMIN_PASSWORD@solr.default:8983/solr/
- name: VALKYRIE_ID_TYPE
value: string
- name: VALKYRIE_TRANSITION
value: "true"

worker:
replicaCount: 1
Expand Down

0 comments on commit d8252bb

Please sign in to comment.