[SDNC] Add SDNR Websocket support
[oom.git] / kubernetes / sdnc / templates / statefulset.yaml
index 8a844f4..5e01832 100644 (file)
@@ -322,6 +322,8 @@ spec:
             {{- include "common.secret.envFromSecretFast" (dict "global" . "uid" "ves-collector-secret" "key" "login") | indent 12 }}
           - name: SDNR_VES_COLLECTOR_PASSWORD
             {{- include "common.secret.envFromSecretFast" (dict "global" . "uid" "ves-collector-secret" "key" "password") | indent 12 }}
+          - name: SDNR_WEBSOCKET_PORT
+            value: "{{ .Values.sdnrWebsocketPort | default "8182"}}"
 
           volumeMounts:
 {{- if .Values.global.cmpv2Enabled }}