Loading charts/hypo/templates/portal/deployment.yaml +1 −1 Original line number Diff line number Diff line Loading @@ -112,7 +112,7 @@ spec: - 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: "57ff50e63b34414eaed439e9079b9e7d" 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" Loading charts/hypo/values.yaml +2 −0 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
charts/hypo/templates/portal/deployment.yaml +1 −1 Original line number Diff line number Diff line Loading @@ -112,7 +112,7 @@ spec: - 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: "57ff50e63b34414eaed439e9079b9e7d" 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" Loading
charts/hypo/values.yaml +2 −0 Original line number Diff line number Diff line Loading @@ -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 Loading