Skip to content

Commit

Permalink
Fix port naming
Browse files Browse the repository at this point in the history
  • Loading branch information
Smorci committed Sep 3, 2024
1 parent fcd3d2f commit f5e97d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kustomize/consensus-layer-svc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ spec:
- name: peeringTcp
port: 9000
protocol: TCP
targetPort: peeringTcp
targetPort: peeringtcp
- name: peeringUdp
port: 9000
protocol: UDP
targetPort: peeringUdp
targetPort: peeringudp
- name: peering
port: 9001
protocol: UDP
Expand Down

0 comments on commit f5e97d2

Please sign in to comment.