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
parent
commit
0b2b84f9b4
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 ````yaml
- name: "RemoteServices__CatalogService__BaseUrl" - 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. With this simple configuration, now the Ordering module can discover the catalog microservice's URL inside your Kubernetes cluster.

Loading…
Cancel
Save