Update range for health check
This new IP range is listed on the following docs: https://cloud.google.com/compute/docs/load-balancing/health-checks https://cloud.google.com/compute/docs/load-balancing/http/pull/176/head
parent
bf66a60585
commit
4749e604a3
|
@ -72,7 +72,7 @@ gcloud compute firewall-rules create allow-external \
|
||||||
gcloud compute firewall-rules create allow-healthz \
|
gcloud compute firewall-rules create allow-healthz \
|
||||||
--allow tcp:8080 \
|
--allow tcp:8080 \
|
||||||
--network kubernetes-the-hard-way \
|
--network kubernetes-the-hard-way \
|
||||||
--source-ranges 130.211.0.0/22
|
--source-ranges 130.211.0.0/22,35.191.0.0/16
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue