Browse Source

Merge pull request #22565 from abpframework/auto-merge/rel-9-2/3609

Merge branch dev with rel-9.2
pull/22579/head
maliming 1 year ago
committed by GitHub
parent
commit
20626430bd
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      docs/en/tutorials/microservice/part-06.md

2
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.

Loading…
Cancel
Save