update turn server config

This commit is contained in:
Cedric Verstraeten
2025-02-23 22:11:14 +01:00
parent 3b794c84a9
commit 512f0195b1
2 changed files with 9 additions and 0 deletions

View File

@@ -63,6 +63,12 @@ spec:
value: yourusername
- name: AGENT_MQTT_PASSWORD
value: yourpassword
- name: AGENT_TURN_URI
value: turn:localhost:8443
- name: AGENT_TURN_USERNAME
value: username1
- name: AGENT_TURN_PASSWORD
value: password1
# find full list of environment variables here: https://github.com/kerberos-io/agent#override-with-environment-variables
#---
#apiVersion: v1

View File

@@ -18,6 +18,9 @@ patches:
- op: replace
path: /spec/template/spec/containers/0/env/14/value
value: tcp://localhost:31883
- op: replace
path: /spec/template/spec/containers/0/env/17/value
value: turn:localhost:8443
helmCharts:
- name: hub
releaseName: hub