Skip to content

Commit

Permalink
allocate ip for greenhouse-metrics service
Browse files Browse the repository at this point in the history
  • Loading branch information
spiffxp committed May 20, 2020
1 parent e4c7107 commit 34d8068
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ spec:
protocol: TCP
port: 80
targetPort: 9090
loadBalancerIP: 35.225.115.154
loadBalancerIP: 34.72.140.202
type: LoadBalancer
9 changes: 9 additions & 0 deletions infra/gcp/ensure-e2e-projects.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,15 @@ ensure_regional_address \
"to allow monitoring.k8s.prow.io to scrape boskos metrics"
) 2>&1 | indent

color 6 "Ensuring greenhouse is empowered"
(
ensure_regional_address \
"k8s-infra-prow-build" \
"us-central1" \
"greenhouse-metrics" \
"to allow monitoring.k8s.prow.io to scrape greenhouse metrics"
) 2>&1 | indent

## setup projects to be used by e2e tests for standing up clusters

E2E_PROJECTS=(
Expand Down

0 comments on commit 34d8068

Please sign in to comment.