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

[helm] Remove duplicate fields from brig section in the example value files #398

Merged
merged 1 commit into from
Dec 17, 2020
Merged
Show file tree
Hide file tree
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
7 changes: 3 additions & 4 deletions values/wire-server/demo-values.example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,14 +41,13 @@ brig:
teamMemberWelcome: https://wire.example.com/download # change this
optSettings:
setFederationDomain: example.com # change this
# Sync the domain with the 'host' variable in the sftd chart
# uncomment this section if conference calling is not used
setSftStaticUrl: "https://sftd.example.om:443"
emailSMS:
general:
emailSender: email@example.com # change this
smsSender: "insert-sms-sender-for-twilio" # change this if SMS support is desired
optSettings:
# Sync the domain with the 'host' variable in the sftd chart
# uncomment this section if conference calling is not used
setSftStaticUrl: "https://sftd.example.om:443"
smtp:
host: demo-smtp # change this if you want to use your own SMTP server
port: 25 # change this
Expand Down
7 changes: 3 additions & 4 deletions values/wire-server/prod-values.example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@ brig:
teamMemberWelcome: https://wire.example.com/download # change this
optSettings:
setFederationDomain: example.com # change this
# Sync the domain with the 'host' variable in the sftd chart
# uncomment this section if conference calling is not used
setSftStaticUrl: "https://sftd.example.om:443"
emailSMS:
general:
emailSender: email@example.com # change this
Expand Down Expand Up @@ -74,10 +77,6 @@ brig:
# noProxyList:
# - "local.example.com"
# - "10.23.0.0/16"
optSettings:
# Sync the domain with the 'host' variable in the sftd chart
# uncomment this section if conference calling is not used
setSftStaticUrl: "https://sftd.example.om:443"
turnStatic:
v1:
- "turn:turn01.example.com:80"
Expand Down