Commit a8dac46d authored by Nikos Psaromanolakis's avatar Nikos Psaromanolakis
Browse files

Merge branch 'add-env-portal' into 'develop'

feat: add env for geocode map api key

See merge request !24
parents 2b820f48 2d241cac
Loading
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -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"
+2 −0
Original line number Diff line number Diff line
@@ -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