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
0
Merge Requests
2
CI / CD
Security & Compliance
Packages
Analytics
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
Compare Revisions
9587fbe59149ec524050885d96f960dab8b94fc8...6c3004e99e842004aa34374a65a9fd62ee692ce8
Source
6c3004e99e842004aa34374a65a9fd62ee692ce8
...
Target
9587fbe59149ec524050885d96f960dab8b94fc8
Compare
Commits (3)
(fix): svg files now work on review sites
· 3267f3d4
Mark Harding
authored
6 days ago
3267f3d4
(chore): reduce runner limits
· 6cbc7a1b
Mark Harding
authored
1 day ago
6cbc7a1b
Merge remote-tracking branch 'origin/master' into goal/envvars-ff
· 6c3004e9
Emiliano Balbuena
authored
8 minutes ago
6c3004e9
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletion
+4
-1
minds/templates/configMap.yaml
View file @
6c3004e9
...
...
@@ -158,7 +158,7 @@ data:
fastcgi_param HTTP_AUTHORIZATION $http_authorization;
}
location ~* \.(jpg|jpeg|gif|png|css|js|ico|xml)$ {
location ~* \.(jpg|jpeg|gif|png|css|js|ico|xml
|svg
)$ {
expires 5d;
}
...
...
This diff is collapsed.
minds/values.yaml
View file @
6c3004e9
...
...
@@ -54,6 +54,9 @@ runners:
limits
:
memory
:
2Gi
cpu
:
1000m
requests
:
memory
:
256Mi
cpu
:
100m
dispatchers
:
notifications
:
replicas
:
1
...
...
This diff is collapsed.