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