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
Hide 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
...
...
@@ -143,7 +143,7 @@ postgres:
command
:
'
["docker-entrypoint.sh",
"-c"]'
args
:
'
["max_connections=300"]'
customShm
:
enabled
:
false
...
...
@@ -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
...
...
@@ -129,5 +129,5 @@ frontend:
_default
:
https://blockscout-main.test.aws-k8s.blockscout.com
NEXT_PUBLIC_L2_WITHDRAWAL_URL
:
_default
:
https://app.optimism.io/bridge/withdraw
NEXT_PUBLIC_GRAPHIQL_TRANSACTION
:
NEXT_PUBLIC_GRAPHIQL_TRANSACTION
:
_default
:
0x4a0ed8ddf751a7cb5297f827699117b0f6d21a0b2907594d300dc9fed75c7e62
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
...
...
@@ -120,5 +120,5 @@ frontend:
_default
:
https://raw.githubusercontent.com/blockscout/frontend-configs/dev/configs/marketplace/eth-goerli.json
NEXT_PUBLIC_IS_TESTNET
:
_default
:
true
NEXT_PUBLIC_GRAPHIQL_TRANSACTION
:
NEXT_PUBLIC_GRAPHIQL_TRANSACTION
:
_default
:
0xf7d4972356e6ae44ae948d0cf19ef2beaf0e574c180997e969a2837da15e349d
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