17 lines
650 B
YAML
Raw Normal View History

2018-06-21 13:18:55 +02:00
{{- $name := include "payment-api.fullname" . -}}
2021-05-05 14:48:19 +05:30
{{- $zipkin := include "url-of" (list .Values.app.ingress.entries.zipkin .) -}}
2018-06-21 13:18:55 +02:00
apiVersion: v1
kind: ConfigMap
metadata:
name: "cfg-{{ $name }}"
labels:
app: {{ template "payment-api.name" . }}
chart: {{ template "payment-api.chart" .}}
release: {{ .Release.Name }}
heritage: {{ .Release.Service }}
data:
all__EventBusConnection: {{ .Values.inf.eventbus.constr }}
all__InstrumentationKey: "{{ .Values.inf.appinsights.key }}"
2021-05-05 14:48:19 +05:30
all__UseAzureServiceBus: "{{ .Values.inf.eventbus.useAzure }}"
urls__Otel__ExporterEndpoint: http://{{ .Values.app.svc.zipkin }}:9411/api/v2/spans