Browse Source

#782 Fixed signalr not working in aks bug

pull/791/head
Ramón Tomás 6 years ago
parent
commit
ba093d1a03
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      k8s/helm/app.yaml
  2. +1
    -1
      k8s/helm/ordering-signalrhub/templates/configmap.yaml

+ 1
- 1
k8s/helm/app.yaml View File

@ -27,7 +27,7 @@ app: # app global settings
catalog: catalog # service name for catalog api
ordering: ordering # service name for ordering api
orderingbackgroundtasks: orderingbackgroundtasks # service name for orderingbackgroundtasks
orderingsignalrhub: orderingsignalrhub # service name for orderingsignalrhub
orderingsignalrhub: ordering-signalrhub # service name for orderingsignalrhub
identity: identity # service name for identity api
mvc: webmvc # service name for web mvc
spa: webspa # service name for web spa


+ 1
- 1
k8s/helm/ordering-signalrhub/templates/configmap.yaml View File

@ -15,4 +15,4 @@ data:
all__InstrumentationKey: {{ .Values.inf.appinsights.key }}
all__UseAzureServiceBus: "{{ .Values.inf.eventbus.useAzure }}"
signalr__StoreConnectionString: {{ .Values.inf.redis.keystore.constr }}
urls__IdentityUrl: {{ $identity }}
urls__IdentityUrl: http://{{ $identity }}

Loading…
Cancel
Save