Skip to content

Commit

Permalink
Replacing port 50051 with 50055 as per - mojaloop/project#1015 (comment)
Browse files Browse the repository at this point in the history
  • Loading branch information
elnyry-sam-k committed Oct 24, 2019
1 parent e0eb105 commit ddd3c9a
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion centralledger/chart-handler-admin-transfer/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ sidecar:
periodSeconds: 15
config:
event_logger_grpc_host: localhost
event_logger_grpc_port: 50051
event_logger_grpc_port: 50055
log_level: info

## metric configuration for prometheus instrumentation
Expand Down
2 changes: 1 addition & 1 deletion centralledger/chart-handler-timeout/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ sidecar:
periodSeconds: 15
config:
event_logger_grpc_host: localhost
event_logger_grpc_port: 50051
event_logger_grpc_port: 50055
log_level: info

## metric configuration for prometheus instrumentation
Expand Down
2 changes: 1 addition & 1 deletion centralledger/chart-handler-transfer-fulfil/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ sidecar:
periodSeconds: 15
config:
event_logger_grpc_host: localhost
event_logger_grpc_port: 50051
event_logger_grpc_port: 50055
log_level: info

## metric configuration for prometheus instrumentation
Expand Down
2 changes: 1 addition & 1 deletion centralledger/chart-handler-transfer-get/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ sidecar:
periodSeconds: 15
config:
event_logger_grpc_host: localhost
event_logger_grpc_port: 50051
event_logger_grpc_port: 50055
log_level: info

## metric configuration for prometheus instrumentation
Expand Down
2 changes: 1 addition & 1 deletion centralledger/chart-handler-transfer-position/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ sidecar:
periodSeconds: 15
config:
event_logger_grpc_host: localhost
event_logger_grpc_port: 50051
event_logger_grpc_port: 50055
log_level: info

## metric configuration for prometheus instrumentation
Expand Down
2 changes: 1 addition & 1 deletion centralledger/chart-handler-transfer-prepare/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ sidecar:
periodSeconds: 15
config:
event_logger_grpc_host: localhost
event_logger_grpc_port: 50051
event_logger_grpc_port: 50055
log_level: info

## metric configuration for prometheus instrumentation
Expand Down
2 changes: 1 addition & 1 deletion centralledger/chart-service/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ sidecar:
periodSeconds: 15
config:
event_logger_grpc_host: localhost
event_logger_grpc_port: 50051
event_logger_grpc_port: 50055
log_level: info

## metric configuration for prometheus instrumentation
Expand Down
2 changes: 1 addition & 1 deletion ml-api-adapter/chart-handler-notification/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ sidecar:
periodSeconds: 15
config:
event_logger_grpc_host: localhost
event_logger_grpc_port: 50051
event_logger_grpc_port: 50055
log_level: info

init:
Expand Down
2 changes: 1 addition & 1 deletion ml-api-adapter/chart-service/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ sidecar:
periodSeconds: 15
config:
event_logger_grpc_host: localhost
event_logger_grpc_port: 50051
event_logger_grpc_port: 50055
log_level: info

init:
Expand Down

0 comments on commit ddd3c9a

Please sign in to comment.