Skip to content

Commit 8e96e19

Browse files
authored
Merge pull request #193 from apeabody/patch-1
fix: networking.gke.io/load-balancer-type for GKE 1.17 and later
2 parents f7c4f66 + d5525b8 commit 8e96e19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: services/single-cluster/internal-lb-service/internal-lb-service.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ kind: Service
1717
metadata:
1818
name: foo
1919
annotations:
20-
cloud.google.com/load-balancer-type: "Internal"
20+
networking.gke.io/load-balancer-type: "Internal"
2121
labels:
2222
app: foo
2323
spec:

0 commit comments

Comments
 (0)