Skip to content

Commit

Permalink
make the example usable for testing a deploy without modification. (#574
Browse files Browse the repository at this point in the history
)
  • Loading branch information
julialongtin authored Aug 26, 2022
1 parent 03b1e10 commit 3e64fe8
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions values/wire-server/prod-values.example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,10 +83,10 @@ brig:
turnStatic:
v1: []
v2:
- "turn:<IP of restund1>:80"
- "turn:<IP of restund2:80"
- "turn:<IP of restund1>:80?transport=tcp"
- "turn:<IP of restund2>:80?transport=tcp"
# - "turn:<IP of restund1>:80"
# - "turn:<IP of restund2:80"
# - "turn:<IP of restund1>:80?transport=tcp"
# - "turn:<IP of restund2>:80?transport=tcp"
# - "turns:<IP of restund1>:443?transport=tcp"
# - "turns:<IP of restund2>:443?transport=tcp"

Expand Down Expand Up @@ -268,7 +268,6 @@ team-settings:
replicaCount: 1
# image:
# tag: some-tag (only override if you want a newer/different version than what is in the chart)

config:
externalUrls:
backendRest: nginz-https.example.com
Expand Down

0 comments on commit 3e64fe8

Please sign in to comment.