Skip to content

Commit

Permalink
Merge pull request #193 from apeabody/patch-1
Browse files Browse the repository at this point in the history
fix: networking.gke.io/load-balancer-type for GKE 1.17 and later
  • Loading branch information
boredabdel authored Apr 25, 2024
2 parents f7c4f66 + d5525b8 commit 8e96e19
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ kind: Service
metadata:
name: foo
annotations:
cloud.google.com/load-balancer-type: "Internal"
networking.gke.io/load-balancer-type: "Internal"
labels:
app: foo
spec:
Expand Down

0 comments on commit 8e96e19

Please sign in to comment.