|
|
@ -1,5 +1,6 @@ |
|
|
|
{{- $name := include "catalog-api.fullname" . -}} |
|
|
|
{{- $sqlsrv := include "sql-name" . -}} |
|
|
|
{{- $webshoppingapigw := include "url-of" (list .Values.app.ingress.entries.webshoppingapigw .) -}} |
|
|
|
|
|
|
|
apiVersion: v1 |
|
|
|
kind: ConfigMap |
|
|
@ -12,7 +13,7 @@ metadata: |
|
|
|
heritage: {{ .Release.Service }} |
|
|
|
data: |
|
|
|
catalog__ConnectionString: Server={{ $sqlsrv }};Initial Catalog={{ .Values.inf.sql.catalog.db }};User Id={{ .Values.inf.sql.catalog.user }};Password={{ .Values.inf.sql.catalog.pwd }}; |
|
|
|
catalog__PicBaseUrl: http://{{ .Values.inf.k8s.dns }}/webshoppingapigw/api/v1/c/catalog/items/[0]/pic/ |
|
|
|
catalog__PicBaseUrl: http://{{ $webshoppingapigw }}/api/v1/c/catalog/items/[0]/pic/ |
|
|
|
catalog__AzureStorageEnabled: "{{ .Values.inf.misc.useAzureStorage }}" |
|
|
|
all__EventBusConnection: {{ .Values.inf.eventbus.constr }} |
|
|
|
all__InstrumentationKey: {{ .Values.inf.appinsights.key }} |