Browse Source

Updated k8s gateway-web configmap

pull/235/head
Galip Tolga Erdem 3 years ago
parent
commit
98045dd4f4
  1. 12
      etc/k8s/eshoponabp/charts/gateway-web/templates/gateway-web-configmap.yaml

12
etc/k8s/eshoponabp/charts/gateway-web/templates/gateway-web-configmap.yaml

@ -13,6 +13,18 @@ data:
"Path": "/api/abp/{**catch-all}"
}
},
"EshopOnAbpLocalization": {
"ClusterId": "Administration",
"Match": {
"Path": "/api/abp/application-localization"
}
},
"EshopOnAbpApplicationConfiguration": {
"ClusterId": "Administration",
"Match": {
"Path": "/api/abp/application-configuration"
}
},
"Identity Service": {
"ClusterId": "Identity",
"Match": {

Loading…
Cancel
Save