Skip to content

Commit

Permalink
remove default values for tls
Browse files Browse the repository at this point in the history
  • Loading branch information
davidzhao committed Jun 16, 2021
1 parent d720b34 commit 0f411e4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
2 changes: 2 additions & 0 deletions deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,5 @@ mkdir -p build
helm package livekit-server --destination build
cd build
AWS_REGION=us-east-1 helm s3 push --relative ./livekit-server*.tgz livekit

aws cloudfront create-invalidation --distribution-id E2MJ94T12TAUZU --paths "/*"
4 changes: 2 additions & 2 deletions livekit-server/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: livekit-server
description: LiveKit is a distributed WebRTC server. This chart runs livekit-server in distributed mode.
type: application
version: 0.9.11
appVersion: "v0.9.10"
version: 0.9.12
appVersion: "v0.9.11"

sources:
- https://github.com/livekit/livekit-server
3 changes: 0 additions & 3 deletions livekit-server/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,6 @@ fullnameOverride: ""
loadBalancer:
type: disable
servicePort: 80
tls:
- hosts:
- myhost.com

# when true (default), optimizes network stack for service
# increases UDP send and receive buffers
Expand Down

0 comments on commit 0f411e4

Please sign in to comment.