Commit 767c869d authored by Nikos Psaromanolakis's avatar Nikos Psaromanolakis
Browse files

Merge changes from main

parents 4de6ca70 3f7bac1e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -109,7 +109,7 @@ spec:
              value: "http://{{ include "hypo.fabric-api.fullname" . }}.{{ .Release.Namespace  }}.svc.cluster.local:{{ include "hypo.fabric.port" . }}/fabric-api/domain/identities"
            - name: NEXT_PUBLIC_GRAFANA_URL
              {{- if eq .Values.installation "dev" }}
              value: "http://{{ template "hypo.grafana.url" . }}:{{ $kubePrometheusStack.grafana.service.nodePort }}/login"
              value: "http://$(NODE_IP):{{ $ingressNginx.controller.service.nodePorts.http }}/grafana/login"
              {{ else }}
              value: "{{ $kubePrometheusStack.grafana.env.GF_SERVER_ROOT_URL }}/login"
              {{- end }}