Browse Source

AzureServiceBusEnabled missed from k8 deployment and it caused not working cluster

pull/533/head
Sychev Igor 7 years ago
parent
commit
fb5fdecd71
1 changed files with 5 additions and 0 deletions
  1. +5
    -0
      k8s/deployments.yaml

+ 5
- 0
k8s/deployments.yaml View File

@ -107,6 +107,11 @@ spec:
configMapKeyRef: configMapKeyRef:
name: externalcfg name: externalcfg
key: CatalogBus key: CatalogBus
- name: AzureServiceBusEnabled
valueFrom:
configMapKeyRef:
name: externalcfg
key: UseAzureServiceBus
- name: ApplicationInsights__InstrumentationKey - name: ApplicationInsights__InstrumentationKey
valueFrom: valueFrom:
configMapKeyRef: configMapKeyRef:


Loading…
Cancel
Save