X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=test%2Fsimulator-group%2Fkubeproxy%2Fapp.yaml;h=cc2fdb324dfc372a86eaba0fb143506f1d018614;hb=674793d94f09873d24edd85f9eb2da2582d21673;hp=b9f6115c994005cbb7c6b850e5ef4d624c1b1261;hpb=a0139337d35be172ae132bbf836859e41132860f;p=nonrtric.git diff --git a/test/simulator-group/kubeproxy/app.yaml b/test/simulator-group/kubeproxy/app.yaml index b9f6115c..cc2fdb32 100644 --- a/test/simulator-group/kubeproxy/app.yaml +++ b/test/simulator-group/kubeproxy/app.yaml @@ -26,3 +26,7 @@ spec: containerPort: $KUBE_PROXY_INTERNAL_PORT - name: web containerPort: $KUBE_PROXY_WEB_INTERNAL_PORT + - name: https + containerPort: $KUBE_PROXY_INTERNAL_SECURE_PORT + - name: webs + containerPort: $KUBE_PROXY_WEB_INTERNAL_SECURE_PORT \ No newline at end of file