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
0
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
Compare Revisions
49a25471f48b3a823612c8309761359482235827...cda5d92589f86b4b99c85ee42ded6980505526ec
Source
cda5d92589f86b4b99c85ee42ded6980505526ec
...
Target
49a25471f48b3a823612c8309761359482235827
Compare
Commits (2)
Improvements to sandbox environment -
#5
· 7b45babc
Guy Thouret
authored
2 days ago
7b45babc
Merge branch 'chore/5-sandbox-improve' into 'sandbox-wip'
· cda5d925
Mark Harding
authored
12 minutes ago
Improvements to sandbox environment -
#5
See merge request
!13
cda5d925
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
9 deletions
+10
-9
minds/templates/configMap.yaml
View file @
cda5d925
...
...
@@ -686,12 +686,13 @@ data:
rlimit_files = 65535
opcache-recommended.ini
:
|-
opcache.enable=1
opcache.memory_consumption=
2046
opcache.memory_consumption=
512
opcache.interned_strings_buffer=64
opcache.max_accelerated_files=65407
opcache.validate_timestamps=0
opcache.fast_shutdown=0
opcache.enable_cli=1
opcache.save_comments=0
runners.conf
:
|-
[program:minds-notifications]
process_name=%(program_name)s_%(process_num)02d
...
...
This diff is collapsed.
minds/values.yaml
View file @
cda5d925
...
...
@@ -8,28 +8,28 @@ phpfpm:
tag
:
latest
pullPolicy
:
Always
replicas
:
1
max_children
:
10
#500 on production
max_requests
:
200
#20000 on production
max_children
:
4
#500 on production
max_requests
:
200
0
#20000 on production
resources
:
limits
:
memory
:
1
Gi
# 1GB of memory
memory
:
2
Gi
# 1GB of memory
cpu
:
1000m
# 1 CPU allocated
requests
:
cpu
:
2
00m
cpu
:
1
00m
memory
:
256Mi
nginx
:
image
:
repository
:
nginx
tag
:
1.1
3
-alpine
tag
:
1.1
7
-alpine
pullPolicy
:
IfNotPresent
replicas
:
1
worker_connections
:
40
# 20000 in production
worker_connections
:
512
# 20000 in production
resources
:
limits
:
cpu
:
400m
requests
:
cpu
:
2
00m
cpu
:
1
00m
sockets
:
image
:
...
...
This diff is collapsed.