Advertisement
tatdat171

wire-server/demo-values.example.yaml

Jul 31st, 2019
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 4.79 KB | None | 0 0
  1. tags:
  2.   proxy: false # enable if you want/need giphy/youtube/etc proxying
  3.   spar: false # enable if you want/need Single-Sign-On (SSO)
  4.  
  5. cassandra-migrations:
  6.  # images:
  7.   #   tag: some-tag (only override if you want a newer/different version than what is in the chart)
  8.   cassandra:
  9.     host: cassandra-ephemeral
  10.     replicaCount: 1
  11.  
  12. elasticsearch-index:
  13.   elasticsearch:
  14.     host: elasticsearch-ephemeral
  15.  
  16. brig:
  17.   replicaCount: 1
  18.   # image:
  19.   #   tag: some-tag (only override if you want a newer/different version than what is in the chart)
  20.   config:
  21.     cassandra:
  22.       host: cassandra-ephemeral
  23.       replicaCount: 1
  24.     elasticsearch:
  25.       host: elasticsearch-ephemeral
  26.     useSES: false
  27.     aws:
  28.      # change if using real AWS
  29.       sqsEndpoint: http://fake-aws-sqs:4568
  30.       dynamoDBEndpoint: http://fake-aws-dynamodb:4567
  31.       # these must match the table names created on fake or real AWS services
  32.       internalQueue: integration-brig-events-internal
  33.       blacklistTable: integration-brig-userkey-blacklist
  34.       prekeyTable: integration-brig-prekeys
  35.     externalUrls:
  36.       nginz: https://api.mydomain.com # change this
  37.       teamSettings: https://teams.mydomain.com # change this (on unset if team settings are not used)
  38.       teamCreatorWelcome: https://teams.mydomain.com/login # change this
  39.       teamMemberWelcome: https://wire.mydomain.com/download # change this
  40.     optSettings:
  41.       setCookieDomain: mydomain.com # change this
  42.     emailSMS:
  43.       general:
  44.         emailSender: email@mydomain.com # change this
  45.         smsSender: "insert-sms-sender-for-twilio" # change this if SMS support is desired
  46.     smtp:
  47.       host: demo-smtp # change this if you want to use your own SMTP server
  48.       port: 25        # change this
  49.       connType: plain # change this. Possible values: plain|ssl|tls
  50.  
  51. proxy:
  52.   replicaCount: 1
  53.   # image:
  54.   #   tag: some-tag (only override if you want a newer/different version than what is in the chart)
  55.  
  56. cannon:
  57.   replicaCount: 1
  58.   # image:
  59.   #   tag: some-tag (only override if you want a newer/different version than what is in the chart)
  60.   # For demo mode only, we don't need to keep websocket connections open on chart upgrades
  61.   drainTimeout: 10
  62.  
  63. cargohold:
  64.   replicaCount: 1
  65.   # image:
  66.   #   tag: some-tag (only override if you want a newer/different version than what is in the chart)
  67.   config:
  68.     aws:
  69.      # change if using real AWS
  70.       s3Bucket: dummy-bucket
  71.       s3Endpoint: http://fake-aws-s3:9000
  72.       s3DownloadEndpoint: https://s3.mydomain.com
  73.  
  74. galley:
  75.   replicaCount: 1
  76.   # image:
  77.   #   tag: some-tag (only override if you want a newer/different version than what is in the chart)
  78.   config:
  79.     cassandra:
  80.       host: cassandra-ephemeral
  81.       replicaCount: 1
  82.     settings:
  83.      # prefix URI used when inviting users to a conversation by link
  84.       conversationCodeURI: https://mydomain.com/join/ # change this
  85.  
  86. gundeck:
  87.   replicaCount: 1
  88.   # image:
  89.   #   tag: some-tag (only override if you want a newer/different version than what is in the chart)
  90.   config:
  91.     cassandra:
  92.       host: cassandra-ephemeral
  93.       replicaCount: 1
  94.     aws:
  95.      # change if using real AWS
  96.       account: "123456789012"
  97.       region: eu-west-1
  98.       arnEnv: integration
  99.       queueName: integration-gundeck-events
  100.       sqsEndpoint: http://fake-aws-sqs:4568
  101.       snsEndpoint: http://fake-aws-sns:4575
  102.  
  103. nginz:
  104.   replicaCount: 1
  105.   config:
  106.     ws:
  107.       useProxyProtocol: false
  108.   # images:
  109.   #   nginz:
  110.   #     tag: some-tag (only override if you want a newer/different version than what is in the chart)
  111.   nginx_conf:
  112.    # using prod means mostly that some internal endpoints are not exposed
  113.     env: prod
  114.     external_env_domain: mydomain.com
  115.   # For demo mode only, we don't need to keep websocket connections open on upgrade:
  116.   drainTimeout: 10
  117.   terminationGracePeriodSeconds: 30
  118.  
  119. webapp:
  120.   replicaCount: 1
  121.   # image:
  122.   #   tag: # some-tag (only override if you want a newer/different version than what is in the chart)
  123.   config:
  124.     externalUrls:
  125.       backendRest: rest.mydomain.com
  126.       backendWebsocket: ws.mydomain.com
  127.       backendDomain: mydomain.com
  128.       appHost: webapp.mydomain.com
  129.  
  130. team-settings:
  131.   replicaCount: 1
  132.   # image:
  133.   #   tag: # some-tag (only override if you want a newer/different version than what is in the chart)
  134.   config:
  135.     externalUrls:
  136.       backendRest: rest.mydomain.com
  137.       backendWebsocket: ws.mydomain.com
  138.       backendDomain: mydomain.com
  139.       appHost: webapp.mydomain.com
  140.  
  141. account-pages:
  142.   replicaCount: 1
  143.   # image:
  144.   #   tag: # some-tag (only override if you want a newer/different version than what is in the chart)
  145.   config:
  146.     externalUrls:
  147.       backendRest: rest.mydomain.com
  148.       backendDomain: mydomain.com
  149.       appHost: webapp.mydomain.com
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement