Skip to content

Commit

Permalink
Merge pull request #189 from aandryashin/master
Browse files Browse the repository at this point in the history
Add browser limit value.
  • Loading branch information
vania-pooh authored Jan 16, 2023
2 parents ea0dbdb + fcf5d17 commit 8752395
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions moon2/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,9 @@ spec:
- -callback-url
- {{ .Values.deployment.moonCallbackURL }}
{{- end }}
{{- range $v := .Values.deployment.moonAdditionalArgs }}
- {{ $v }}
{{- if .Values.deployment.moonBrowserLimit }}
- -browser-limit
- {{ .Values.deployment.moonBrowserLimit | quote }}
{{- end }}
resources:
limits:
Expand Down
4 changes: 2 additions & 2 deletions moon2/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -168,9 +168,9 @@ deployment:
moonCallbackURL:

##
## Moon additional arguments. Use it in case you need to pass some parameters to moon binary
## Moon browser limit. Use it in case you need to lower browser limit than license key allows. Default unset.
##
moonAdditionalArgs: []
moonBrowserLimit:

##
## Moon-conf image repository. Default is quay.io/aerokube/moon-conf.
Expand Down

0 comments on commit 8752395

Please sign in to comment.