Update GKE internal LB annotations

This commit is contained in:
RammusXu 2021-02-04 14:32:13 +08:00 committed by GitHub
parent b985449515
commit cb7eefef1b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -171,8 +171,9 @@ controller:
internal:
enabled: true
annotations:
# ref: https://cloud.google.com/kubernetes-engine/docs/how-to/internal-load-balancing#create
# Create internal LB
cloud.google.com/load-balancer-type: "Internal"
networking.gke.io/load-balancer-type: "Internal"
# Any other annotation can be declared here.
```