Browse Source
Merge pull request #22567 from abpframework/auto-merge/rel-9-2/3611
Merge branch dev with rel-9.2
pull/22579/head
maliming
1 year ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
docs/en/tutorials/microservice/part-06.md
|
|
|
@ -315,7 +315,7 @@ Open the `etc\helm\mycloudcrm\charts\ordering\templates\ordering.yaml` file in a |
|
|
|
|
|
|
|
````yaml |
|
|
|
- name: "RemoteServices__CatalogService__BaseUrl" |
|
|
|
value: "http://{{{{ .Release.Name }}}}-catalog" |
|
|
|
value: "http://{%{{{ .Release.Name }}}%}-catalog" |
|
|
|
```` |
|
|
|
|
|
|
|
With this simple configuration, now the Ordering module can discover the catalog microservice's URL inside your Kubernetes cluster. |
|
|
|
|