Skip to content

Commit 25f095c

Browse files
authored
Merge pull request dotnet-architecture#1584 from borjasanes/fix/signalrhub-k8s-setting-identity
signalrhub k8s setting identity
2 parents aa053bc + ce10040 commit 25f095c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

deploy/k8s/helm/ordering-signalrhub/templates/configmap.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ data:
1515
all__InstrumentationKey: "{{ .Values.inf.appinsights.key }}"
1616
all__UseAzureServiceBus: "{{ .Values.inf.eventbus.useAzure }}"
1717
signalr__StoreConnectionString: {{ .Values.inf.redis.keystore.constr }}
18-
urls__IdentityUrl: http://{{ $identity }}
18+
urls__IdentityUrl: http://identity-api

0 commit comments

Comments
 (0)