فهرست منبع

ssh-bastion: create TCP-based NLB

Vadim Rutkovsky 6 سال پیش
والد
کامیت
30abe9f959
1فایلهای تغییر یافته به همراه3 افزوده شده و 0 حذف شده
  1. 3 0
      test/aws/files/01_service.yml

+ 3 - 0
test/aws/files/01_service.yml

@@ -5,6 +5,9 @@ metadata:
     run: ssh-bastion
   name: ssh-bastion
   namespace: openshift-ssh-bastion
+  annotations:
+    service.beta.kubernetes.io/aws-load-balancer-backend-protocol: "tcp"
+    service.beta.kubernetes.io/aws-load-balancer-type: "nlb"
 spec:
   externalTrafficPolicy: Local
   ports: