X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=test%2Fsimulator-group%2Fkubeproxy%2Fsvc.yaml;h=c92c069cdc46bfcabb17e8e43ac783cd946f4c5b;hb=ecf345349ab88232554d8852ec8048a6dfc33cec;hp=ea0448323873e59947084c64bdc9ea6901e549d5;hpb=483ee33ac3de88385c0eeb3f1ecf3a1bb760db54;p=nonrtric.git diff --git a/test/simulator-group/kubeproxy/svc.yaml b/test/simulator-group/kubeproxy/svc.yaml index ea044832..c92c069c 100644 --- a/test/simulator-group/kubeproxy/svc.yaml +++ b/test/simulator-group/kubeproxy/svc.yaml @@ -7,7 +7,7 @@ metadata: run: $KUBE_PROXY_APP_NAME autotest: KUBEPROXY spec: - type: NodePort + type: LoadBalancer ports: - port: $KUBE_PROXY_EXTERNAL_PORT targetPort: $KUBE_PROXY_INTERNAL_PORT @@ -19,5 +19,15 @@ spec: protocol: TCP name: web nodePort: + - port: $KUBE_PROXY_EXTERNAL_SECURE_PORT + targetPort: $KUBE_PROXY_INTERNAL_SECURE_PORT + protocol: TCP + name: https + nodePort: + - port: $KUBE_PROXY_WEB_EXTERNAL_SECURE_PORT + targetPort: $KUBE_PROXY_WEB_INTERNAL_SECURE_PORT + protocol: TCP + name: webs + nodePort: selector: run: $KUBE_PROXY_APP_NAME