You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
708 B

  1. {{- $name := include "ordering-signalrhub.fullname" . -}}
  2. {{- $identity := include "url-of" (list .Values.app.ingress.entries.identity .) -}}
  3. apiVersion: v1
  4. kind: ConfigMap
  5. metadata:
  6. name: "cfg-{{ $name }}"
  7. labels:
  8. app: {{ template "ordering-signalrhub.name" . }}
  9. chart: {{ template "ordering-signalrhub.chart" .}}
  10. release: {{ .Release.Name }}
  11. heritage: {{ .Release.Service }}
  12. data:
  13. all__EventBusConnection: {{ .Values.inf.eventbus.constr }}
  14. all__InstrumentationKey: {{ .Values.inf.appinsights.key }}
  15. all__UseAzureServiceBus: "{{ .Values.inf.eventbus.useAzure }}"
  16. signalr__StoreConnectionString: {{ .Values.inf.redis.keystore.constr }}
  17. urls__IdentityUrl: http://{{ $identity }}