Skip to content
This repository has been archived by the owner on Nov 21, 2024. It is now read-only.

Commit

Permalink
Update migrating-to-yarp.md
Browse files Browse the repository at this point in the history
  • Loading branch information
EngincanV authored Nov 24, 2023
1 parent 390a68a commit 6e3315c
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions en/migration-guides/migrating-to-yarp.md
Original file line number Diff line number Diff line change
Expand Up @@ -506,7 +506,7 @@ public static class AbpHostingHostBuilderExtensions
apiVersion: v1
kind: ConfigMap
metadata:
name: {{ .Release.Name }}-{{ .Chart.Name }}-configmap
name: {%{{{ .Release.Name }}}%}-{%{{{ .Chart.Name }}}%}-configmap
data:
yarp.json: |-
{
Expand Down Expand Up @@ -562,21 +562,21 @@ data:
"AuthServer": {
"Destinations": {
"AuthServer": {
"Address": "{{ .Values.reRoutes.accountService.url }}"
"Address": "{%{{{ .Values.reRoutes.accountService.url }}}%}"
}
}
},
"Administration": {
"Destinations": {
"Administration": {
"Address": "{{ .Values.reRoutes.administrationService.url }}"
"Address": "{%{{{ .Values.reRoutes.administrationService.url }}}%}"
}
}
},
"Product": {
"Destinations": {
"Product": {
"Address": "{{ .Values.reRoutes.productService.url }}"
"Address": "{%{{{ .Values.reRoutes.productService.url }}}%}"
}
}
}
Expand Down Expand Up @@ -639,7 +639,7 @@ env: {}
apiVersion: v1
kind: ConfigMap
metadata:
name: {{ .Release.Name }}-{{ .Chart.Name }}-configmap
name: {%{{{ .Release.Name }}}%}-{%{{{ .Chart.Name }}}%}-configmap
data:
yarp.json: |-
{
Expand Down Expand Up @@ -797,35 +797,35 @@ data:
"AuthServer": {
"Destinations": {
"AuthServer": {
"Address": "{{ .Values.reRoutes.accountService.url }}"
"Address": "{%{{{ .Values.reRoutes.accountService.url }}}%}"
}
}
},
"Administration": {
"Destinations": {
"Administration": {
"Address": "{{ .Values.reRoutes.administrationService.url }}"
"Address": "{%{{{ .Values.reRoutes.administrationService.url }}}%}"
}
}
},
"Identity": {
"Destinations": {
"Identity": {
"Address": "{{ .Values.reRoutes.identityService.url }}"
"Address": "{%{{{ .Values.reRoutes.identityService.url }}}%}"
}
}
},
"Saas": {
"Destinations": {
"Saas": {
"Address": "{{ .Values.reRoutes.saasService.url }}"
"Address": "{%{{{ .Values.reRoutes.saasService.url }}}%}"
}
}
},
"Product": {
"Destinations": {
"Product": {
"Address": "{{ .Values.reRoutes.productService.url }}"
"Address": "{%{{{ .Values.reRoutes.productService.url }}}%}"
}
}
}
Expand Down Expand Up @@ -924,4 +924,4 @@ reRoutes:

## See Also

* [ABP Commercial Version 8.0 Migration Guide](v8_0.md)
* [ABP Commercial Version 8.0 Migration Guide](v8_0.md)

0 comments on commit 6e3315c

Please sign in to comment.