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.

16 lines
606 B

  1. {{- $name := include "basket-api.fullname" . -}}
  2. apiVersion: v1
  3. kind: ConfigMap
  4. metadata:
  5. name: "cfg-{{ $name }}"
  6. labels:
  7. app: {{ template "basket-api.name" . }}
  8. chart: {{ template "basket-api.chart" .}}
  9. release: {{ .Release.Name }}
  10. heritage: {{ .Release.Service }}
  11. data:
  12. basket__ConnectionString: {{ .Values.inf.redis.basket.constr }}
  13. urls__IdentityUrl: http://{{ .Values.app.svc.identity }}
  14. all__EventBusConnection: {{ .Values.inf.eventbus.constr }}
  15. all__InstrumentationKey: "{{ .Values.inf.appinsights.key }}"
  16. all__UseAzureServiceBus: "{{ .Values.inf.eventbus.useAzure }}"