Skip to content

Commit

Permalink
Merge pull request #39 from vania-pooh/master
Browse files Browse the repository at this point in the history
Ability to override UI image in values.yaml (fixes #36)
  • Loading branch information
aandryashin authored Dec 4, 2020
2 parents 0e080cb + 84f8740 commit 1359f41
Show file tree
Hide file tree
Showing 2 changed files with 8 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 @@ -266,7 +266,11 @@ spec:
mountPath: /license
readOnly: true
- name: moon-ui
{{- if and .Values.moon.ui .Values.moon.ui.image }}
image: {{ .Values.moon.ui.image }}
{{- else }}
image: aerokube/selenoid-ui:1.10.2
{{- end }}
args:
- -status-uri
- http://localhost:8888
Expand Down
4 changes: 4 additions & 0 deletions moon/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,10 @@ moon:
requests:
cpu: "0.05"
memory: 64Mi
# ##
# ## Override moon-ui image
# ##
# image: aerokube/selenoid-ui:dev

# ##
# ## Enable authentication for moon-ui.
Expand Down

0 comments on commit 1359f41

Please sign in to comment.