Browse Source

Merge pull request #1584 from borjasanes/fix/signalrhub-k8s-setting-identity

signalrhub k8s setting identity
migration/net-5
Miguel Veloso 4 years ago
committed by GitHub
parent
commit
25f095c2eb
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      deploy/k8s/helm/ordering-signalrhub/templates/configmap.yaml

+ 1
- 1
deploy/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: http://{{ $identity }}
urls__IdentityUrl: http://identity-api

Loading…
Cancel
Save