Skip to content

Commit

Permalink
Fix json grpc port
Browse files Browse the repository at this point in the history
Resolves merge conflict from #2239, for system tests
  • Loading branch information
lrettig committed Mar 20, 2021
1 parent e42e8cb commit 59ef251
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tests/k8s/bootstrap-w-conf-ss.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ spec:
memory: "2048M"
cpu: "1"
ports:
- containerPort: 9092
- containerPort: 9093
- containerPort: 9999
volumeMounts:
- name: bootstrap-vol
Expand Down
2 changes: 1 addition & 1 deletion tests/k8s/bootstrapoet-w-conf-ss.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ spec:
memory: "2048M"
cpu: "1"
ports:
- containerPort: 9092
- containerPort: 9093
- containerPort: 9999
volumeMounts:
- name: bootstrap-vol
Expand Down
2 changes: 1 addition & 1 deletion tests/k8s/bootstrapoet-w-conf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ spec:
memory: "2048M"
cpu: "1"
ports:
- containerPort: 9092
- containerPort: 9093
- containerPort: 9999
- name: poet
image: spacemeshos/poet:ef8f28a
Expand Down

0 comments on commit 59ef251

Please sign in to comment.