X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=test%2Fsimulator-group%2Fkubeproxy%2Fsvc.yaml;h=c92c069cdc46bfcabb17e8e43ac783cd946f4c5b;hb=674793d94f09873d24edd85f9eb2da2582d21673;hp=1a11fc408e65ccf2f388df5d3f5ab9df393810bf;hpb=be9a07faf8fbc1030404bbc71f409eb5e19736ba;p=nonrtric.git diff --git a/test/simulator-group/kubeproxy/svc.yaml b/test/simulator-group/kubeproxy/svc.yaml index 1a11fc40..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 @@ -18,5 +18,16 @@ spec: targetPort: $KUBE_PROXY_WEB_INTERNAL_PORT 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