diff --git a/charts/hypo/templates/portal/deployment.yaml b/charts/hypo/templates/portal/deployment.yaml index 1d75f2bbd9b36db59ccec2e785dd49c55c086c6c..83c75bc51b36c4eff146bf10e356e8ca2e887757 100644 --- a/charts/hypo/templates/portal/deployment.yaml +++ b/charts/hypo/templates/portal/deployment.yaml @@ -63,7 +63,7 @@ spec: {{ else }} value: {{ .Values.externalKeycloak.host }}/realms/tmf {{- end }} - - name: TMF_620_BASE_URL + - name: TMF_620_BASE_URL value: "http://{{ include "hypo.tmf-api.fullname" . }}.{{ .Release.Namespace }}.svc.cluster.local:{{ include "hypo.tmf-api.port" . }}/tmf-api/productCatalogManagement/v4" - name: TMF_633_BASE_URL value: "http://{{ include "hypo.tmf-api.fullname" . }}.{{ .Release.Namespace }}.svc.cluster.local:{{ include "hypo.tmf-api.port" . }}/tmf-api/serviceCatalogManagement/v4" @@ -111,6 +111,8 @@ spec: value: "http://{{ include "hypo.fabric-api.fullname" . }}.{{ .Release.Namespace }}.svc.cluster.local:{{ include "hypo.fabric.port" . }}/fabric-api/network/controller" - name: DOMAINS_URL value: "http://{{ include "hypo.fabric-api.fullname" . }}.{{ .Release.Namespace }}.svc.cluster.local:{{ include "hypo.fabric.port" . }}/fabric-api/domain/identities" + - name: GEOCODE_API_KEY + value: {{ .Values.portal.geocode_api_key }} - name: NEXT_PUBLIC_GRAFANA_URL {{- if and (eq .Values.installation "dev") $kubePrometheusStack.grafana.ingress.setup }} value: "http://$(NODE_IP):{{ $ingressNginx.controller.service.nodePorts.http }}/grafana/login" @@ -137,4 +139,4 @@ spec: volumes: {{- toYaml . | nindent 8 }} {{- end }} -{{- end -}} +{{- end -}} diff --git a/charts/hypo/values.yaml b/charts/hypo/values.yaml index a198eddfae3f2d7b4a2f12d14322bcb998475a89..5c04744a40ac4c6e278756a7cb650a2c1332b4e2 100644 --- a/charts/hypo/values.yaml +++ b/charts/hypo/values.yaml @@ -18,6 +18,8 @@ portal: auth: secret: "CHANGE_ME" + geocode_api_key: "CHANGE_ME" + image: repository: labs.etsi.org:5050/osl/hypo/code/org.etsi.osl.hypo.portal/web/hypo-portal