diff --git a/base/agent/kerberos-agent-deployment.yaml b/base/agent/kerberos-agent-deployment.yaml index a4bec07..9815aaf 100644 --- a/base/agent/kerberos-agent-deployment.yaml +++ b/base/agent/kerberos-agent-deployment.yaml @@ -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 diff --git a/overlays/microk8s/kustomization.yaml b/overlays/microk8s/kustomization.yaml index 82121f8..e8c4e05 100644 --- a/overlays/microk8s/kustomization.yaml +++ b/overlays/microk8s/kustomization.yaml @@ -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