Skip to content

Commit 517f099

Browse files
authored
use GRPC_SERVICE in endpoints/bookstore-grpc/api_config_anthos.yaml (#3481)
To be consistent with the doc.
1 parent cc2e237 commit 517f099

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

endpoints/bookstore-grpc/api_config_anthos.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ endpoints:
2626
backend:
2727
rules:
2828
- selector: "*"
29-
address: grpc://grpc-bookstore.default.svc.cluster.local
29+
address: grpc://GRPC_SERVICE.default.svc.cluster.local
3030
disable_auth: true
3131

3232
#

0 commit comments

Comments
 (0)