Skip to content

Commit

Permalink
update cloud config to fix test failure
Browse files Browse the repository at this point in the history
  • Loading branch information
daneshk committed Aug 16, 2024
1 parent e7bde1a commit 334f20a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ max_replicas=1

[[cloud.config.maps]]
file="./resources/route_guide_db.json"
mount_path="/home/ballerina/resources/route_guide_db.json"
mount_dir="/home/ballerina/resources"
2 changes: 1 addition & 1 deletion load-tests/route_guide_client_streaming/src/Cloud.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ max_replicas=1

[[cloud.config.maps]]
file="./resources/route_guide_db.json"
mount_path="/home/ballerina/resources/route_guide_db.json"
mount_dir="/home/ballerina/resources"

2 changes: 1 addition & 1 deletion load-tests/route_guide_server_streaming/src/Cloud.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ max_replicas=1

[[cloud.config.maps]]
file="./resources/route_guide_db.json"
mount_path="/home/ballerina/resources/route_guide_db.json"
mount_dir="/home/ballerina/resources"
2 changes: 1 addition & 1 deletion load-tests/route_guide_unary/src/Cloud.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ max_replicas=1

[[cloud.config.maps]]
file="./resources/route_guide_db.json"
mount_path="/home/ballerina/resources/route_guide_db.json"
mount_dir="/home/ballerina/resources"

0 comments on commit 334f20a

Please sign in to comment.