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
ba14beb6
Commit
ba14beb6
authored
Oct 26, 2022
by
Yuliya Sharafitdinova
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
debug values for main
parent
fd381652
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
5 deletions
+17
-5
values.yaml
deploy/values/review/values.yaml
+17
-5
No files found.
deploy/values/review/values.yaml
View file @
ba14beb6
...
...
@@ -4,7 +4,7 @@ global:
blockscout
:
enabled
:
true
image
:
_default
:
blockscout/blockscout:
latest
_default
:
blockscout/blockscout:
review-prerelease-4dad4e9b@sha256:0afd8e344f7856eeb5326dff370f6258e588a77fa1611ecf16f8433944ddbaf9
replicas
:
app
:
1
docker
:
...
...
@@ -16,12 +16,16 @@ blockscout:
# enable ingress
ingress
:
enabled
:
true
annotations
:
-
'
nginx.ingress.kubernetes.io/rewrite-target:
/$2'
host
:
_default
:
blockscout.test.blockscout.aws-k8s.blockscout.com
# enable https
#
tls
:
enabled
:
true
path
:
-
"
/poa/sokol(/|$)(.*)"
-
"
/"
# probes
livenessProbe
:
...
...
@@ -43,7 +47,7 @@ blockscout:
_default
:
"
2"
# enable service to connect to RDS
rds
:
enable
:
false
enable
d
:
false
endpoint
:
_default
:
<endpoint>.<region>.rds.amazonaws.com
# node label
...
...
@@ -83,15 +87,23 @@ blockscout:
RUST_VERIFICATION_SERVICE_URL
:
_default
:
http://sc-verifier-svc:8043
ACCOUNT_ENABLED
:
_default
:
true
_default
:
'
true'
DISABLE_REALTIME_INDEXER
:
_default
:
'
false'
SOCKET_ROOT
:
_default
:
"
/"
_default
:
"
/
poa/sokol
"
NETWORK_PATH
:
_default
:
"
/"
_default
:
"
/poa/sokol"
API_PATH
:
_default
:
"
/poa/sokol"
ETHEREUM_JSONRPC_DISABLE_ARCHIVE_BALANCES
:
_default
:
'
true'
API_BASE_PATH
:
_default
:
"
/poa/sokol"
APPS_MENU
:
_default
:
'
true'
EXTERNAL_APPS
:
_default
:
'
[{"title":
"Marketplace",
"url":
"..."}]'
postgres
:
enabled
:
true
...
...
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