Commit 3f7bac1e authored by Pantelis Malekas's avatar Pantelis Malekas
Browse files

fix: change NEXT GRAFANA URL to node ip

parent d0706abe
Loading
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 }}