diff --git a/charts/business-api-ecosystem/Chart.yaml b/charts/business-api-ecosystem/Chart.yaml index 34e66140..b30d1e2b 100644 --- a/charts/business-api-ecosystem/Chart.yaml +++ b/charts/business-api-ecosystem/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: business-api-ecosystem description: A Helm chart for running the FIWARE business API ecosystem (FIWARE Marketplace) on Kubernetes icon: https://fiware.github.io/catalogue/img/fiware.png -version: 0.0.5 +version: 0.0.6 appVersion: 7.8.0 home: https://business-api-ecosystem.readthedocs.io/en/latest/ keywords: diff --git a/charts/business-api-ecosystem/templates/biz-ecosystem-logic-proxy/deployment.yaml b/charts/business-api-ecosystem/templates/biz-ecosystem-logic-proxy/deployment.yaml index 8d1a028b..f89ae8de 100644 --- a/charts/business-api-ecosystem/templates/biz-ecosystem-logic-proxy/deployment.yaml +++ b/charts/business-api-ecosystem/templates/biz-ecosystem-logic-proxy/deployment.yaml @@ -90,7 +90,7 @@ spec: - name: BAE_LP_PORT value: {{ .Values.bizEcosystemLogicProxy.port | quote }} - name: BAE_LP_HOST - value: http://{{ include "bizEcosystemLogicProxy.fullhostname" . }} + value: {{ include "bizEcosystemLogicProxy.hostnameonly" . }} {{- if .Values.bizEcosystemLogicProxy.proxyHost }} - name: BAE_SERVICE_HOST value: {{ .Values.bizEcosystemLogicProxy.proxyHost | quote }}