Skip to content

Commit

Permalink
Fixing wrong property names in example deploy configuration files (#513)
Browse files Browse the repository at this point in the history
Signed-off-by: Gerardo Gonzalez Seco <[email protected]>

Co-authored-by: ChenLong Ma <[email protected]>
  • Loading branch information
gegose and owlet42 authored Jan 27, 2022
1 parent 1b65a49 commit c32a07a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ servingPort: 30105

nginx:
type: NodePort
http_port: 30103
grpc_port: 30108
httpNodePort: 30103
grpcNodePort: 30108
route_table:
9999:
fateflow:
Expand Down
4 changes: 2 additions & 2 deletions k8s-deploy/examples/party-10000/cluster-spark-pulsar.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ servingPort: 30105

nginx:
type: NodePort
http_port: 30103
grpc_port: 30108
httpNodePort: 30103
grpcNodePort: 30108
route_table:
9999:
fateflow:
Expand Down
4 changes: 2 additions & 2 deletions k8s-deploy/examples/party-10000/cluster-spark-rabbitmq.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ servingPort: 30105

nginx:
type: NodePort
http_port: 30103
grpc_port: 30108
httpNodePort: 30103
grpcNodePort: 30108
route_table:
9999:
fateflow:
Expand Down

0 comments on commit c32a07a

Please sign in to comment.