mirror of
https://github.com/kerberos-io/deployment.git
synced 2026-08-23 15:18:32 +00:00
update turn server config
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user