Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
open-source
MetaGer
Commits
a9b021ef
Commit
a9b021ef
authored
Jan 23, 2023
by
Dominik Hebeler
Browse files
temporarily removed memory based scaling
parent
d1d5f74d
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
build/fpm/configuration/fpm/www_01_development.conf
View file @
a9b021ef
...
...
@@ -5,7 +5,7 @@ access.log = /dev/null
;
Do
not
limit
request
length
request_terminate_timeout
=
0
pm
.
max_children
=
100
pm
.
start_servers
=
2
0
pm
.
min_spare_servers
=
10
pm
.
max_spare_servers
=
2
0
pm
.
start_servers
=
1
0
pm
.
min_spare_servers
=
2
pm
.
max_spare_servers
=
1
0
pm
.
max_requests
=
500
\ No newline at end of file
build/fpm/configuration/fpm/www_01_production.conf
View file @
a9b021ef
...
...
@@ -4,8 +4,8 @@ access.log = /dev/null
[
www
]
;
Limit
requests
to
30
seconds
request_terminate_timeout
=
30
pm
.
max_children
=
100
0
pm
.
start_servers
=
2
0
pm
.
min_spare_servers
=
10
pm
.
max_spare_servers
=
2
0
pm
.
max_children
=
100
pm
.
start_servers
=
1
0
pm
.
min_spare_servers
=
2
pm
.
max_spare_servers
=
1
0
pm
.
max_requests
=
500
\ No newline at end of file
chart/values.yaml
View file @
a9b021ef
...
...
@@ -89,7 +89,7 @@ autoscaling:
minReplicas
:
2
maxReplicas
:
5
targetCPUUtilizationPercentage
:
80
targetMemoryUtilizationPercentage
:
80
#
targetMemoryUtilizationPercentage: 80
nodeSelector
:
{}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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