Skip to content

Commit 42ca0fe

Browse files
committed
Fix json grpc port
Resolves merge conflict from #2239, for system tests
1 parent 6a9bfe4 commit 42ca0fe

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

tests/k8s/bootstrap-w-conf-ss.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ spec:
3232
memory: "2048M"
3333
cpu: "1"
3434
ports:
35-
- containerPort: 9092
35+
- containerPort: 9093
3636
- containerPort: 9999
3737
volumeMounts:
3838
- name: bootstrap-vol

tests/k8s/bootstrapoet-w-conf-ss.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ spec:
3232
memory: "2048M"
3333
cpu: "1"
3434
ports:
35-
- containerPort: 9092
35+
- containerPort: 9093
3636
- containerPort: 9999
3737
volumeMounts:
3838
- name: bootstrap-vol

tests/k8s/bootstrapoet-w-conf.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ spec:
3434
memory: "2048M"
3535
cpu: "1"
3636
ports:
37-
- containerPort: 9092
37+
- containerPort: 9093
3838
- containerPort: 9999
3939
- name: poet
4040
image: spacemeshos/poet:ef8f28a

tests/k8s/client-w-conf.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ spec:
2424
- name: client
2525
image: spacemeshos/go-spacemesh:develop
2626
imagePullPolicy: Always
27-
args: ['--randcon', '3', '--bootstrap','--start-mining', '--test-mode', '--oracle_server', 'http://10.12.3.14:3030', '--grpc', 'gateway,globalstate,transaction', '--json-server', '--bootnodes', '10.36.1.12:7513/26hRBJqMJPUnKgJ9VR6g3kH6aCQhZ9shBvhn3bEHDvRyv', '--metrics', '--metrics-port', '2020', '--pprof-server']
27+
args: ['--randcon', '3', '--bootstrap','--start-mining', '--test-mode', '--oracle_server', 'http://10.12.3.14:3030', '--grpc', 'gateway,globalstate,transaction', '--json-server-new', '--bootnodes', '10.36.1.12:7513/26hRBJqMJPUnKgJ9VR6g3kH6aCQhZ9shBvhn3bEHDvRyv', '--metrics', '--metrics-port', '2020', '--pprof-server']
2828
resources:
2929
requests:
3030
memory: "512M"

0 commit comments

Comments
 (0)