Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix values.yaml #72

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
41 changes: 20 additions & 21 deletions environments/production/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,30 +25,30 @@ traefik:
main = "dreams.midburn.org"
[[acme.domains]]
main = "talk.midburn.org"
# [[acme.domains]]
# main = "profiles.staging.midburn.org"
# [[acme.domains]]
# main = "profiles.staging.midburn.org"
acmeEmail: [email protected]
dnsProvider: route53
AWS_ACCESS_KEY_ID: AKIAIJUE2QVTBJAN7INQ
AWS_REGION: "eu-west-1"
sparkHostsRule: "Host: spark.midburn.org;"
volunteersHostsRule: "Host: volunteers.spark.midburn.org;"
AWS_REGION: 'eu-west-1'
sparkHostsRule: 'Host: spark.midburn.org;'
volunteersHostsRule: 'Host: volunteers.spark.midburn.org;'
# gcloud compute addresses create midburn-production-traefik --region=us-central1
# gcloud compute addresses describe midburn-production-traefik --region=us-central1 | grep ^address:
loadBalancerIP: "35.224.208.240"
loadBalancerIP: '35.224.208.240'
enableVolunteers: true
# nodeHostName: gke-midbarrn-default-pool-ed511f2f-p08j
# nodeHostName: gke-midbarrn-default-pool-ed511f2f-p08j
backupJob: true
enableLoadBalancer: true
# profilesHostsRule: "Host: profile.midburn.org;"
dreamsHostsRule: "Host: dreams.midburn.org;"
# SSLcheckMainDomain: production.midburn.org
# SSLcheckSparkDomain: spark.midburn.org
# SSLcheckProfilesDomain: profile.midburn.org
# SSLcheckVolunteersDomain: volunteers.spark.midburn.org
campsIndexPath: "/camps-2018/"
# profilesHostsRule: "Host: profile.midburn.org;"
dreamsHostsRule: 'Host: dreams.midburn.org;'
# SSLcheckMainDomain: production.midburn.org
# SSLcheckSparkDomain: spark.midburn.org
# SSLcheckProfilesDomain: profile.midburn.org
# SSLcheckVolunteersDomain: volunteers.spark.midburn.org
campsIndexPath: '/camps-2018/'
enableLoomio: true
loomioHostRule: "Host: talk.midburn.org;"
loomioHostRule: 'Host: talk.midburn.org;'

spark:
nodeEnv: production
Expand All @@ -66,12 +66,12 @@ spark:
appSecretName: sparkdb-app
enableDbInit: false
dbBackupJob: true
dbBackupSchedule: "@hourly"
dbBackupSchedule: '@hourly'
# persistent storage was setup using environments/staging/persistent_storage_migration.sh
persistentStorageName: sparkdb

# Mail - using Ori's Mailjet account
disableMailtrap: "true"
disableMailtrap: 'true'
secureMailserverSecretName: spark-mail
mailserverFrom: [email protected]
mailserverHost: in-v3.mailjet.com
Expand All @@ -81,14 +81,14 @@ spark:
drupalSecretName: spark-drupal
drupalProfileApiURL: https://profile.midburn.org
drupalProfileApiUser: [email protected]
DRUPAL_TICKET_SYNC_EVERY_X_MINUTES: "2"
# drupalSkipLogin: "1"
DRUPAL_TICKET_SYNC_EVERY_X_MINUTES: '2'
# drupalSkipLogin: "1"

# Volunteers
volunteersBaseUrl: https://volunteers.spark.midburn.org

# Communities
communitiesBaseUrl: http://communities.spark.midburn.org/
communitiesBaseUrl: http://communities.midburn.org/

# Supplier contract files
suppliersBucket: midburn-spark-supplier-files-prod
Expand Down Expand Up @@ -129,7 +129,6 @@ dreams:
persistentStorageName: dreamsdb
dbBackupJob: true


chatops:
enabled: true

Expand Down