Skip to content

Commit

Permalink
Merge pull request #89 from aandryashin/master
Browse files Browse the repository at this point in the history
Additional service images.
  • Loading branch information
vania-pooh authored Dec 28, 2021
2 parents 4346a0c + 570d0c1 commit 728640f
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 1 deletion.
3 changes: 3 additions & 0 deletions moon/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,9 @@ spec:
- name: quota
mountPath: /quota
readOnly: true
- name: users
mountPath: /users
readOnly: true
- name: license-key
mountPath: /license
readOnly: true
Expand Down
44 changes: 43 additions & 1 deletion moon/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,49 @@ moon:
# limits:
# cpu: "1"
# memory: 1024Mi

#
# ##
# ## Service container for headed cypress browser mode.
# ##
# x-server:
#
# ##
# ## Override default image.
# ##
# image: aerokube/aerokube/x-server:1.7.0
#
# ##
# ## Override default resources.
# ##
# resources:
# requests:
# cpu: "0.25"
# memory: 128Mi
# limits:
# cpu: "0.5"
# memory: 128Mi
#
# ##
# ## Service container to enable vnc for cypress browser.
# ##
# vnc-server:
#
# ##
# ## Override default image.
# ##
# image: aerokube/vnc-server:1.7.0
#
# ##
# ## Override default resources.
# ##
# resources:
# requests:
# cpu: "0.25"
# memory: 128Mi
# limits:
# cpu: "0.5"
# memory: 128Mi
#
# ##
# ## Browser pod configuration.
# ##
Expand Down

0 comments on commit 728640f

Please sign in to comment.