Commit 2d241cac authored by Pantelis Malekas's avatar Pantelis Malekas
Browse files

feat: geo api key as secret

parent d0e1b825
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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"
+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