Loading charts/hypo/templates/portal/deployment.yaml +1 −1 Original line number Diff line number Diff line Loading @@ -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 }} Loading Loading
charts/hypo/templates/portal/deployment.yaml +1 −1 Original line number Diff line number Diff line Loading @@ -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 }} Loading