Merge pull request #41669 from Arhell/es-update

[es] Updated Internal Load Balancer annotation for GCP
pull/41700/head
Kubernetes Prow Robot 2023-06-20 09:12:22 -07:00 committed by GitHub
commit 7c59869d03
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -531,7 +531,7 @@ Selecciona una de las pestañas.
metadata:
name: my-service
annotations:
cloud.google.com/load-balancer-type: "Internal"
networking.gke.io/load-balancer-type: "Internal"
[...]
```