Skip to content
Next
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
Helm Charts for Minds Projects
Project
Project
Details
Activity
Releases
Cycle Analytics
Insights
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Locked Files
Issues
2
Issues
2
List
Boards
Labels
Service Desk
Milestones
Merge Requests
3
Merge Requests
3
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Security & Compliance
Security & Compliance
Dependency List
Packages
Packages
List
Container Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Minds
Helm Charts for Minds Projects
Commits
8f818199
Commit
8f818199
authored
1 hour ago
by
Brian Hatchet
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
max daily boost views
parent
bd11f430
helm-changes
1 merge request
!5
(chore) Default video values and feature flags
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
configMap.yaml
minds/templates/configMap.yaml
+3
-1
values.yaml
minds/values.yaml
+2
-0
No files found.
minds/templates/configMap.yaml
View file @
8f818199
...
...
@@ -605,11 +605,13 @@ data:
'top-feeds' => {{ .Values.features.top_feeds }},
'es-feeds' => {{ .Values.features.es_feeds }},
'cassandra-notifications' => {{ .Values.features.cassandra_notifications }},
'allow-comments-toggle' => {{ .Values.features.allow_comments_toggle }}
'allow-comments-toggle' => {{ .Values.features.allow_comments_toggle }},
'permissions' => {{ .Values.features.permissions }},
]);
$CONFIG->max_video_length = {{ .Values.max_video_length }};
$CONFIG->max_video_file_size = {{ .Values.max_video_file_size }};
$CONFIG->max_daily_boost_views = {{ .Values.max_daily_boost_views }};
php-fpm.conf
:
|-
[www]
...
...
This diff is collapsed.
Click to expand it.
minds/values.yaml
View file @
8f818199
...
...
@@ -245,6 +245,7 @@ features:
cassandra_notifications
:
true
es_feeds
:
'
"canary"'
helpdesk
:
true
permissions
:
false
suggested_users
:
false
top_feeds
:
true
...
...
@@ -252,3 +253,4 @@ features:
max_video_file_size
:
'
4294967296'
# Seconds
max_video_length
:
12600
max_daily_boost_views
:
10000
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment