-
Notifications
You must be signed in to change notification settings - Fork 63
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* dump * undo lk server rename * update version
- Loading branch information
1 parent
b46ecff
commit cfa8755
Showing
17 changed files
with
144 additions
and
142 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
apiVersion: v2 | ||
name: egress | ||
description: Egress is used by LiveKit to stream and record rooms. | ||
type: application | ||
version: 1.0.0 | ||
appVersion: "v1.0.0" | ||
|
||
sources: | ||
- https://github.com/livekit/egress |
2 changes: 1 addition & 1 deletion
2
livekit-recorder/templates/NOTES.txt → egress/templates/NOTES.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
------------------------------------------------------------------------------- | ||
|
||
LiveKit Recorder {{ .Values.image.tag | default .Chart.AppVersion }} has been deployed! | ||
LiveKit Egress {{ .Values.image.tag | default .Chart.AppVersion }} has been deployed! | ||
|
||
------------------------------------------------------------------------------- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
apiVersion: v1 | ||
kind: ConfigMap | ||
metadata: | ||
name: {{ include "egress.fullname" . }} | ||
data: | ||
config.yaml: | | ||
{{ toYaml .Values.egress | indent 4 }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
# Default values for egress. | ||
# This is a YAML-formatted file. | ||
# Declare variables to be passed into your templates. | ||
|
||
replicaCount: 1 | ||
|
||
image: | ||
repository: livekit/egress | ||
pullPolicy: IfNotPresent | ||
|
||
egress: | ||
log_level: info | ||
health_port: 8080 | ||
prometheus_port: 9090 | ||
|
||
nameOverride: "" | ||
fullnameOverride: "" | ||
|
||
autoscaling: | ||
enabled: false | ||
minReplicas: 1 | ||
maxReplicas: 5 | ||
targetMemoryUtilizationPercentage: 50 | ||
|
||
nodeSelector: {} | ||
|
||
resources: {} | ||
|
||
serviceAccount: | ||
create: false | ||
annotations: {} | ||
name: "" | ||
|
||
podAnnotations: | ||
sidecar.istio.io/inject: "false" | ||
linkerd.io/inject: disabled | ||
|
||
podSecurityContext: {} | ||
|
||
securityContext: {} | ||
|
||
tolerations: [] | ||
|
||
affinity: {} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
replicaCount: 2 | ||
|
||
egress: | ||
ws_url: <ws_url> | ||
api_key: <api_key> | ||
api_secret: <secret> | ||
log_level: info | ||
health_port: 8080 | ||
prometheus_port: 9090 | ||
redis: | ||
address: <redis_host:port> | ||
s3: | ||
access_key: <access_key> | ||
secret: <secret> | ||
region: "us-west-2" | ||
bucket: "my-egress" |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.