* fix typo

* fix typo

Co-authored-by: Aman Bhardwaj <amanbha@users.noreply.github.com>
This commit is contained in:
Wei Lun 2020-06-03 02:11:02 +08:00 committed by GitHub
parent 2e3ec25b48
commit 2ee49a6a3f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -36,8 +36,8 @@ spec:
annotations:
dapr.io/enabled: "true"
dapr.io/id: "myapp"
<b>dapr.io/protocol: "grpc"
dapr.io/port: "5005"</b>
dapr.io/protocol: "grpc"
dapr.io/port: "5005"
...
```

View File

@ -47,7 +47,7 @@ spec:
app: python-app
annotations:
dapr.io/enabled: "true"
<b>dapr.io/id: "cart"</b>
dapr.io/id: "cart"
dapr.io/port: "5000"
...
```