Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
F
frontend
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
vicotor
frontend
Commits
ceed43b5
Commit
ceed43b5
authored
Apr 21, 2023
by
Nick Zenchik
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Optimizing frontend resources
parent
77b8b4f2
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
21 additions
and
21 deletions
+21
-21
values.yaml
deploy/values/l2-optimism-goerli/values.yaml
+5
-5
values.yaml
deploy/values/main/values.yaml
+7
-7
values.yaml
deploy/values/review-l2/values.yaml
+5
-5
values.yaml
deploy/values/review/values.yaml
+4
-4
No files found.
deploy/values/l2-optimism-goerli/values.yaml
View file @
ceed43b5
...
...
@@ -439,14 +439,14 @@ allowance:
resources
:
limits
:
memory
:
_default
:
"
0.3Gi"
_default
:
768Mi
cpu
:
_default
:
"
0.2"
_default
:
500m
requests
:
memory
:
_default
:
"
0.3Gi"
_default
:
384Mi
cpu
:
_default
:
"
0.2"
_default
:
250m
# node label
nodeSelector
:
...
...
deploy/values/main/values.yaml
View file @
ceed43b5
...
...
@@ -52,9 +52,9 @@ blockscout:
_default
:
"
3"
requests
:
memory
:
_default
:
"
4
Gi"
_default
:
"
2
Gi"
cpu
:
_default
:
"
3
"
_default
:
"
2
"
# node label
nodeSelector
:
enabled
:
true
...
...
@@ -176,7 +176,7 @@ postgres:
memory
:
_default
:
"
8Gi"
cpu
:
_default
:
"
2
"
_default
:
"
1
"
# node label
nodeSelector
:
enabled
:
true
...
...
@@ -295,14 +295,14 @@ frontend:
resources
:
limits
:
memory
:
_default
:
"
0.3Gi"
_default
:
768Mi
cpu
:
_default
:
"
0.5"
_default
:
500m
requests
:
memory
:
_default
:
"
0.3Gi"
_default
:
384Mi
cpu
:
_default
:
"
0.5"
_default
:
250m
environment
:
# ui config
NEXT_PUBLIC_FEATURED_NETWORKS
:
...
...
deploy/values/review-l2/values.yaml
View file @
ceed43b5
...
...
@@ -48,14 +48,14 @@ frontend:
resources
:
limits
:
memory
:
_default
:
"
1Gi"
_default
:
768Mi
cpu
:
_default
:
"
0.5
"
_default
:
"
1
"
requests
:
memory
:
_default
:
"
1Gi"
_default
:
384Mi
cpu
:
_default
:
"
0.5"
_default
:
250m
environment
:
NEXT_PUBLIC_BLOCKSCOUT_VERSION
:
_default
:
v5.1.0-beta
...
...
deploy/values/review/values.yaml
View file @
ceed43b5
...
...
@@ -43,14 +43,14 @@ frontend:
resources
:
limits
:
memory
:
_default
:
"
2Gi"
_default
:
768Mi
cpu
:
_default
:
"
1"
requests
:
memory
:
_default
:
"
2Gi"
_default
:
384Mi
cpu
:
_default
:
"
1"
_default
:
250m
environment
:
NEXT_PUBLIC_BLOCKSCOUT_VERSION
:
_default
:
v5.1.2-beta
...
...
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