Skip to content

Commit

Permalink
fix: cleanup
Browse files Browse the repository at this point in the history
Signed-off-by: Lenin Mehedy <[email protected]>
  • Loading branch information
leninmehedy committed Aug 25, 2023
1 parent ffa0cb5 commit c08e809
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 28 deletions.
9 changes: 0 additions & 9 deletions charts/hedera-network/Chart.lock

This file was deleted.

4 changes: 2 additions & 2 deletions charts/hedera-network/templates/gateway-api/gateway.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,13 @@ spec:
{{- range $index, $node := $.Values.hedera.nodes }}
{{- $tcp_port := mul $index 1000 | add 50211 }}
{{- $http_port := mul $index 100 | add 8080 }}
- name: tcp-{{ $node.name }}
- name: tcp-{{ $node.name }} # for haproxy or network-node TCPRoute
protocol: TCP
port: {{ $tcp_port }}
allowedRoutes:
kinds:
- kind: TCPRoute
- name: http-{{ $node.name }}
- name: http-{{ $node.name }} # for envoy-proxy HTTPRoute
protocol: HTTP
port: {{ $http_port }}
{{- end }}
Expand Down
17 changes: 0 additions & 17 deletions charts/routes.yaml

This file was deleted.

0 comments on commit c08e809

Please sign in to comment.