Skip to content
Projects
Groups
Snippets
Help
Sign in / Register
Toggle navigation
Helm Charts for Minds Projects
Project overview
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Locked Files
Issues
2
Merge Requests
1
CI / CD
Security & Compliance
Packages
Wiki
Snippets
Members
Collapse sidebar
Close sidebar
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Minds
Helm Charts for Minds Projects
Commits
3b9b1cbe
Commit
3b9b1cbe
authored
1 hour ago
by
Mark Harding
Browse files
Options
Download
(fix): plus max video length
parent
e63b1273
sandbox-wip
epic/modern-router
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
+2
-0
minds/templates/configMap.yaml
View file @
3b9b1cbe
...
...
@@ -660,6 +660,7 @@ data:
$CONFIG->cinemr_url = '{{ .Values.transcoder.cinemr_url }}';
$CONFIG->max_video_length = {{ .Values.max_video_length }};
$CONFIG->max_video_length_plus = {{ .Values.max_video_length_plus }};
$CONFIG->max_video_file_size = {{ .Values.max_video_file_size }};
$CONFIG->max_daily_boost_views = {{ .Values.max_daily_boost_views }};
...
...
This diff is collapsed.
minds/values.yaml
View file @
3b9b1cbe
...
...
@@ -297,4 +297,5 @@ features:
max_video_file_size
:
'
4294967296'
# Seconds
max_video_length
:
12600
max_video_length_plus
:
126000
max_daily_boost_views
:
10000
This diff is collapsed.
Please
register
or
sign in
to comment