Skip to content

Commit

Permalink
Merge pull request #209 from memphisdev/ws_config
Browse files Browse the repository at this point in the history
Ws config
  • Loading branch information
valeraBr authored Dec 25, 2023
2 parents 2269709 + a417489 commit 953a3e1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
4 changes: 4 additions & 0 deletions memphis/templates/memphis_statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -279,6 +279,10 @@ spec:
key: {{ .key }}
{{- end }}
{{- end }}
{{- with .Values.websocket }}
- name: WS_HOST
value: {{ .host }}:{{ .port }}
{{- end }}
- name: USER_PASS_BASED_AUTH
value: {{ .Values.memphis.configFile.userPassBasedAuth | quote }}
- name: LOGS_RETENTION_IN_DAYS
Expand Down
6 changes: 2 additions & 4 deletions memphis/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -480,13 +480,11 @@ auth:
websocket:
enabled: true
port: 7770
# Websocket URL configuration.
host: localhost
noTLS: true
sameOrigin: false
allowedOrigins: []
#auth:
# token: memphis
# user: ""
# pass: ""
appProtocol:
enabled: false

Expand Down

0 comments on commit 953a3e1

Please sign in to comment.