Add annotation for GCP Internal Load Balancer

This commit is contained in:
Nick Sardo
2017-08-04 16:02:01 -07:00
committed by Andrew Chen
parent 59349b8bdc
commit 1cd67351e0
@@ -435,6 +435,16 @@ In a split-horizon DNS environment you would need two services to be able to rou
This can be achieved by adding the following annotations to the service based on cloud provider.
For GCP ([docs](https://cloud.google.com/container-engine/docs/internal-load-balancing)):
```yaml
[...]
metadata:
name: my-service
annotations:
cloud.google.com/load-balancer-type: "internal"
[...]
```
For AWS:
```yaml
[...]