Skip to content

Commit

Permalink
Merge pull request #18 from FIWARE/bae-v006
Browse files Browse the repository at this point in the history
Fixing wrong logic proxy host
  • Loading branch information
Stefan Wiedemann authored Feb 10, 2021
2 parents 18ba613 + d2ead79 commit 580fea4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/business-api-ecosystem/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 580fea4

Please sign in to comment.