Skip to content

Commit 1dd4d02

Browse files
reduce replica of blockscout frontend to 1 by default on scroll-sdk (#219)
1 parent 3d78725 commit 1dd4d02

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

charts/scroll-sdk/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
apiVersion: v2
33
description: scroll helm charts to deploy scroll sdk
44
name: scroll-sdk
5-
version: 0.0.62
5+
version: 0.0.63
66
appVersion: v0.1.0
77
kubeVersion: ">=1.22.0-0"
88
maintainers:

charts/scroll-sdk/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# scroll-sdk
22

3-
![Version: 0.0.62](https://img.shields.io/badge/Version-0.0.62-informational?style=flat-square) ![AppVersion: v0.1.0](https://img.shields.io/badge/AppVersion-v0.1.0-informational?style=flat-square)
3+
![Version: 0.0.63](https://img.shields.io/badge/Version-0.0.63-informational?style=flat-square) ![AppVersion: v0.1.0](https://img.shields.io/badge/AppVersion-v0.1.0-informational?style=flat-square)
44

55
scroll helm charts to deploy scroll sdk
66

@@ -57,6 +57,7 @@ Kubernetes: `>=1.22.0-0`
5757
| admin-system-dashboard.ingress.main.hosts[0].paths[0].pathType | string | `"Prefix"` | |
5858
| balance-checker.enabled | bool | `true` | |
5959
| blockscout-sc-verifier.enabled | bool | `false` | |
60+
| blockscout.blockscout-stack.frontend.replicaCount | int | `1` | |
6061
| blockscout.enabled | bool | `true` | |
6162
| bridge-history-api.enabled | bool | `true` | |
6263
| bridge-history-api.ingress.main.annotations | object | `{}` | |

charts/scroll-sdk/values.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ l1-devnet:
1212

1313
blockscout:
1414
enabled: true
15+
blockscout-stack:
16+
frontend:
17+
replicaCount: 1
1518

1619
bridge-history-api:
1720
enabled: true

devnet/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ L1_RPC_HOST := l1-devnet.scrollsdk
77

88
bootstrap:
99
echo "Pulling helm chart..."
10-
helm pull oci://ghcr.io/scroll-tech/scroll-sdk/helm/scroll-sdk --version 0.0.62
10+
helm pull oci://ghcr.io/scroll-tech/scroll-sdk/helm/scroll-sdk --version 0.0.63
1111
echo "Extracting helm chart..."
1212
tar -xvf *.tgz
1313
$(MAKE) config

0 commit comments

Comments
 (0)