Skip to content

Commit

Permalink
chore(build): change prometheus url (#1605)
Browse files Browse the repository at this point in the history
  • Loading branch information
0fatal committed Oct 25, 2023
1 parent 55c6525 commit 79c2710
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ helm install mongodb -n ${NAMESPACE} \


## 3. install prometheus
PROMETHEUS_URL=http://prometheus-prometheus.${NAMESPACE}.svc.cluster.local:9090
PROMETHEUS_URL=http://prometheus-operated.${NAMESPACE}.svc.cluster.local:9090
if [ "$ENABLE_MONITOR" = "true" ]; then
sed -e "s/\$NAMESPACE/$NAMESPACE/g" \
-e "s/\$PROMETHEUS_PV_SIZE/${PROMETHEUS_PV_SIZE:-20Gi}/g" \
Expand Down

0 comments on commit 79c2710

Please sign in to comment.