Skip to content

Commit a127d0b

Browse files
authored
Merge pull request #669 from percona/K8SPS-345
K8SPS-345 add annotation to CR
2 parents 4fd644f + 5a23bd3 commit a127d0b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

deploy/cr.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ spec:
8484
# type: ClusterIP
8585
# annotations:
8686
# service.beta.kubernetes.io/aws-load-balancer-backend-protocol: tcp
87+
# service.beta.kubernetes.io/aws-load-balancer-type: nlb
8788
# externalTrafficPolicy: Cluster
8889
# internalTrafficPolicy: Cluster
8990
# labels:
@@ -231,6 +232,7 @@ spec:
231232
# type: ClusterIP
232233
# annotations:
233234
# service.beta.kubernetes.io/aws-load-balancer-backend-protocol: tcp
235+
# service.beta.kubernetes.io/aws-load-balancer-type: nlb
234236
# externalTrafficPolicy: Cluster
235237
# internalTrafficPolicy: Cluster
236238
# labels:
@@ -288,6 +290,7 @@ spec:
288290
# type: ClusterIP
289291
# annotations:
290292
# service.beta.kubernetes.io/aws-load-balancer-backend-protocol: tcp
293+
# service.beta.kubernetes.io/aws-load-balancer-type: nlb
291294
# externalTrafficPolicy: Cluster
292295
# internalTrafficPolicy: Cluster
293296
# labels:
@@ -330,6 +333,7 @@ spec:
330333
# type: ClusterIP
331334
# annotations:
332335
# service.beta.kubernetes.io/aws-load-balancer-backend-protocol: tcp
336+
# service.beta.kubernetes.io/aws-load-balancer-type: nlb
333337
# externalTrafficPolicy: Cluster
334338
# internalTrafficPolicy: Cluster
335339
# labels:

0 commit comments

Comments
 (0)