Skip to content

Commit

Permalink
💡 comment for kubernetes prometheus forward
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobias-Pe committed Mar 16, 2024
1 parent 1bb3083 commit 9bd00bb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/forward-kubernetes.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@ kubectl port-forward deployment/prometheus 9090 --pod-running-timeout=5m &
kubectl port-forward deployment/mysql 3306 --pod-running-timeout=5m &
kubectl port-forward deployment/rabbitmq 15672 --pod-running-timeout=5m &
kubectl port-forward deployment/redis 6379 --pod-running-timeout=5m &
#kubectl port-forward deployment/prometheus-kubernetes-server 9090 --pod-running-timeout=5m -n monitoring &
wait

0 comments on commit 9bd00bb

Please sign in to comment.