Skip to content

Commit

Permalink
update network policies to reflect cf-metrics move to public (#260)
Browse files Browse the repository at this point in the history
  • Loading branch information
dzaslavskiy authored Jun 16, 2023
1 parent fb38a8f commit 351a62f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion create-network-policies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ cf add-network-policy grafana prometheus --protocol tcp --port 614

# Source = Prometheus
cf add-network-policy prometheus alertmanager --protocol tcp --port 61443 -s "$public"
cf add-network-policy prometheus cf-metrics --protocol tcp --port 61443 -s "$restricted"
cf add-network-policy prometheus cf-metrics --protocol tcp --port 61443 -s "$public"
cf add-network-policy prometheus cortex --protocol tcp --port 61443 -s "$public"
cf add-network-policy prometheus grafana --protocol tcp --port 61443 -s "$closed"
cf add-network-policy prometheus elasticsearch-metrics --protocol tcp --port 61443 -s "$closed"
Expand Down

0 comments on commit 351a62f

Please sign in to comment.