Skip to content

Commit

Permalink
Merge pull request #58 from vania-pooh/master
Browse files Browse the repository at this point in the history
Added ability to open external access to UI VNC and logs traffic
  • Loading branch information
vania-pooh authored Jul 2, 2021
2 parents d90dc4c + 395948a commit 38fd61f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
4 changes: 4 additions & 0 deletions moon/templates/moon.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -318,6 +318,10 @@ spec:
- /users/users.htpasswd
{{- end }}
{{- end }}
{{- if .Values.moon.ui.externalAccess }}
- -allowed-origin
- "*"
{{- end }}
{{- end }}
{{- if .Values.moon.enabled.resources }}
{{- if .Values.moon.ui }}
Expand Down
5 changes: 5 additions & 0 deletions moon/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,11 @@ moon:
# auth:
# enabled: true

# ##
# ## Whether to allow access to VNC and logs from the outside
# ##
# externalAccess: true

##
## Moon entrypoint.
##
Expand Down

0 comments on commit 38fd61f

Please sign in to comment.