Skip to content

Commit

Permalink
Switch Grafana URI to localhost
Browse files Browse the repository at this point in the history
  • Loading branch information
Sabby Anandan committed Oct 6, 2020
1 parent 0daa3ce commit ab3ebb1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/deploy-scdf.sh
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ if ! helm status "${scdf_release_name}" >/dev/null; then
--set metrics.enabled=true \
--set metrics.serviceMonitor.enabled=true \
--set metrics.serviceMonitor.namespace="${prometheus_namespace}" \
--set server.configuration.grafanaInfo="http://instance.autolab.strigo.io:3000" >/dev/null
--set server.configuration.grafanaInfo="http://localhost:3000" >/dev/null
fi
echo "A release of bitnami/spring-cloud-dataflow, ${scdf_release_name}, is running on ${scdf_namespace} namespace"

Expand All @@ -115,7 +115,7 @@ helm upgrade --wait -n "${scdf_namespace}" --install "${scdf_release_name}" bitn
--set metrics.enabled=true \
--set metrics.serviceMonitor.enabled=true \
--set metrics.serviceMonitor.namespace="${prometheus_namespace}" \
--set server.configuration.grafanaInfo="http://instance.autolab.strigo.io:3000" >/dev/null
--set server.configuration.grafanaInfo="http://localhost:3000" >/dev/null

echo ""
echo "### Stack succesfully deployed ###"
Expand Down

0 comments on commit ab3ebb1

Please sign in to comment.