Skip to content

Commit

Permalink
Merge pull request #63 from Abirdcfly/fixnetwork
Browse files Browse the repository at this point in the history
fix: network use u4a ingress class
  • Loading branch information
bjwswang authored Jan 16, 2023
2 parents 7859ae8 + 61f349f commit 392b54b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/samples/ibp.com_v1beta1_network.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ spec:
accept: true
ordererType: "etcdraft"
clusterSize: 1
ingress:
class: "portal-ingress"
members:
- name: org1
initiator: true
Expand Down
2 changes: 2 additions & 0 deletions config/samples/ibp.com_v1beta1_network_size_3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ spec:
accept: true
ordererType: "etcdraft"
clusterSize: 3
ingress:
class: "portal-ingress"
members:
- name: org1
initiator: true
Expand Down

0 comments on commit 392b54b

Please sign in to comment.