Explorar el Código

ssh-bastion: create TCP-based NLB

Vadim Rutkovsky hace 6 años
padre
commit
30abe9f959
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  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: