Updated Internal Load Balancer annotation for GCP

This commit is contained in:
pran2711 2023-05-12 03:10:49 +05:30
parent 086af405ca
commit 12d473538b
1 changed files with 1 additions and 1 deletions

View File

@ -771,7 +771,7 @@ Select one of the tabs.
metadata:
name: my-service
annotations:
cloud.google.com/load-balancer-type: "Internal"
networking.gke.io/load-balancer-type: "Internal"
[...]
```