🚀(helm) webrtc helm chart
Make the webrtc helm chart. The webrtc server is a simple websocket server that forwards messages between clients. The server uses the port 443 and the protocol wss. local_url: wss://impress.127.0.0.1.nip.io/ws
This commit is contained in:
@@ -148,6 +148,15 @@ Requires top level scope
|
||||
{{ include "impress.fullname" . }}-frontend
|
||||
{{- end }}
|
||||
|
||||
{{/*
|
||||
Full name for the webrtc
|
||||
|
||||
Requires top level scope
|
||||
*/}}
|
||||
{{- define "impress.webrtc.fullname" -}}
|
||||
{{ include "impress.fullname" . }}-webrtc
|
||||
{{- end }}
|
||||
|
||||
{{/*
|
||||
Usage : {{ include "impress.secret.dockerconfigjson.name" (dict "fullname" (include "impress.fullname" .) "imageCredentials" .Values.path.to.the.image1) }}
|
||||
*/}}
|
||||
|
||||
Reference in New Issue
Block a user