X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=test%2Fsimulator-group%2Fkubeproxy%2Fapp.yaml;h=cc2fdb324dfc372a86eaba0fb143506f1d018614;hb=a0e0e5c38053553393b341ccdd22e794babfafeb;hp=b9f6115c994005cbb7c6b850e5ef4d624c1b1261;hpb=a54915769edaaf1c0989d4857d17e6f8ac19cb89;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