Loading charts/hypo/templates/portal/deployment.yaml +4 −2 Original line number Diff line number Diff line Loading @@ -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: "57ff50e63b34414eaed439e9079b9e7d" - 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" Loading Loading
charts/hypo/templates/portal/deployment.yaml +4 −2 Original line number Diff line number Diff line Loading @@ -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: "57ff50e63b34414eaed439e9079b9e7d" - 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" Loading