Skip to content

Commit

Permalink
convert to str
Browse files Browse the repository at this point in the history
  • Loading branch information
cachemeoutside committed Nov 30, 2023
1 parent aa29994 commit 65b0ed0
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions charts/test-oralhistory-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,34 +75,34 @@ web:
env:
# Solr Environment Variables
# The values should be matched with values used in the Solr Dependent Chart
SOLR_ADMIN_USER: admin
SOLR_ADMIN_USER: "admin"

# DNS pointer to the Solr Service Name
SOLR_HOST: test-oral-history-public-web-solr
SOLR_HOST: "test-oral-history-public-web-solr"

SOLR_PORT: 8983
SOLR_PORT: "8983"

# Postgres environment variables
# The values should be matched with values used in the Postgre Dependent Chart
POSTGRES_DB: oral_history
POSTGRES_DB: "oral_history"

# DNS pointer to the Postgres Service Name
POSTGRES_HOST: test-oral-history-public-web-postgresql
POSTGRES_HOST: "test-oral-history-public-web-postgresql"

# Rails specific environment variables
MAKE_WAVES: "true"
PASSENGER_APP_ENV: production
RAILS_ENV: production
RACK_ENV: production
PASSENGER_APP_ENV: "production"
RAILS_ENV: "production"
RACK_ENV: "production"
RAILS_LOG_TO_STDOUT: "true"
SMTP_ADDRESS: smtp.ucla.edu
SMTP_DOMAIN: library.ucla.edu
SMTP_FROM: [email protected]
SMTP_HOST: oralhistory-test.library.ucla.edu
SMTP_HTTP_PROTOCOL: https
SMTP_ADDRESS: "smtp.ucla.edu"
SMTP_DOMAIN: "library.ucla.edu"
SMTP_FROM: "[email protected]"
SMTP_HOST: "oralhistory-test.library.ucla.edu"
SMTP_HTTP_PROTOCOL: "https"
USE_HTTP_BASIC: "true"

SITE_URI: oralhistory-k8s-test.library.ucla.edu
SITE_URI: "oralhistory-k8s-test.library.ucla.edu"

worker:
replicaCount: 1
Expand Down

0 comments on commit 65b0ed0

Please sign in to comment.