File tree Expand file tree Collapse file tree 6 files changed +31
-6
lines changed Expand file tree Collapse file tree 6 files changed +31
-6
lines changed Original file line number Diff line number Diff line change 2
2
apiVersion : v2
3
3
description : l2-rpc helm chart
4
4
name : l2-rpc
5
- version : 0.0.9
5
+ version : 0.0.10
6
6
appVersion : v0.1.0
7
7
kubeVersion : " >=1.22.0-0"
8
8
maintainers :
Original file line number Diff line number Diff line change 1
1
# l2-rpc
2
2
3
- ![ Version: 0.0.9 ] ( https://img.shields.io/badge/Version-0.0.9 -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.10 ] ( https://img.shields.io/badge/Version-0.0.10 -informational?style=flat-square ) ![ AppVersion: v0.1.0] ( https://img.shields.io/badge/AppVersion-v0.1.0-informational?style=flat-square )
4
4
5
5
l2-rpc helm chart
6
6
@@ -69,6 +69,12 @@ Kubernetes: `>=1.22.0-0`
69
69
| ingress.main.ingressClassName | string | ` "nginx" ` | |
70
70
| ingress.main.labels | object | ` {} ` | |
71
71
| ingress.main.primary | bool | ` true ` | |
72
+ | ingress.websocket.enabled | bool | ` true ` | |
73
+ | ingress.websocket.hosts[ 0] .host | string | ` "l2-rpc-ws.scrollsdk" ` | |
74
+ | ingress.websocket.hosts[ 0] .paths[ 0] .path | string | ` "/" ` | |
75
+ | ingress.websocket.hosts[ 0] .paths[ 0] .pathType | string | ` "Prefix" ` | |
76
+ | ingress.websocket.hosts[ 0] .paths[ 0] .service.port | int | ` 8546 ` | |
77
+ | ingress.websocket.ingressClassName | string | ` "nginx" ` | |
72
78
| initContainers.1-wait-for-l1.command[ 0] | string | ` "/bin/sh" ` | |
73
79
| initContainers.1-wait-for-l1.command[ 1] | string | ` "-c" ` | |
74
80
| initContainers.1-wait-for-l1.command[ 2] | string | ` "/wait-for-l1.sh $L2GETH_L1_ENDPOINT" ` | |
Original file line number Diff line number Diff line change @@ -150,6 +150,16 @@ ingress:
150
150
paths :
151
151
- path : /
152
152
pathType : Prefix
153
+ websocket : # dedicated websocket ingress
154
+ enabled : true
155
+ ingressClassName : " nginx"
156
+ hosts :
157
+ - host : l2-rpc-ws.scrollsdk
158
+ paths :
159
+ - path : /
160
+ pathType : Prefix
161
+ service :
162
+ port : 8546
153
163
154
164
serviceMonitor :
155
165
main :
Original file line number Diff line number Diff line change @@ -44,3 +44,12 @@ ingress:
44
44
paths :
45
45
- path : /
46
46
pathType : Prefix
47
+ websocket :
48
+ ingressClassName : " nginx"
49
+ hosts :
50
+ - host : " "
51
+ paths :
52
+ - path : /
53
+ pathType : Prefix
54
+ service :
55
+ port : 8546
Original file line number Diff line number Diff line change 2
2
apiVersion : v2
3
3
description : scroll helm charts to deploy scroll sdk
4
4
name : scroll-sdk
5
- version : 0.0.29
5
+ version : 0.0.30
6
6
appVersion : v0.1.0
7
7
kubeVersion : " >=1.22.0-0"
8
8
maintainers :
@@ -70,7 +70,7 @@ dependencies:
70
70
repository : " oci://ghcr.io/scroll-tech/scroll-sdk/helm"
71
71
condition : l2-bootnode.enabled
72
72
- name : l2-rpc
73
- version : 0.0.9
73
+ version : 0.0.10
74
74
repository : " oci://ghcr.io/scroll-tech/scroll-sdk/helm"
75
75
condition : l2-rpc.enabled
76
76
- name : grafana
Original file line number Diff line number Diff line change 1
1
# scroll-sdk
2
2
3
- ![ Version: 0.0.29 ] ( https://img.shields.io/badge/Version-0.0.29 -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.30 ] ( https://img.shields.io/badge/Version-0.0.30 -informational?style=flat-square ) ![ AppVersion: v0.1.0] ( https://img.shields.io/badge/AppVersion-v0.1.0-informational?style=flat-square )
4
4
5
5
scroll helm charts to deploy scroll sdk
6
6
@@ -35,7 +35,7 @@ Kubernetes: `>=1.22.0-0`
35
35
| oci://ghcr.io/scroll-tech/scroll-sdk/helm | l1-devnet | 0.0.3 |
36
36
| oci://ghcr.io/scroll-tech/scroll-sdk/helm | l1-explorer | 0.0.2 |
37
37
| oci://ghcr.io/scroll-tech/scroll-sdk/helm | l2-bootnode | 0.0.8 |
38
- | oci://ghcr.io/scroll-tech/scroll-sdk/helm | l2-rpc | 0.0.9 |
38
+ | oci://ghcr.io/scroll-tech/scroll-sdk/helm | l2-rpc | 0.0.10 |
39
39
| oci://ghcr.io/scroll-tech/scroll-sdk/helm | l2-sequencer | 0.0.9 |
40
40
| oci://ghcr.io/scroll-tech/scroll-sdk/helm | rollup-explorer-backend | 0.0.3 |
41
41
| oci://ghcr.io/scroll-tech/scroll-sdk/helm | rollup-node | 0.0.8 |
You can’t perform that action at this time.
0 commit comments