X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=test%2Fsimulator-group%2Fkubeproxy%2Fapp.yaml;h=cc2fdb324dfc372a86eaba0fb143506f1d018614;hb=0bfb04334ab5d9eb9b0ea573abb00eab12d9f2af;hp=3e6636b7726be3ab42171e235c2152b0c85c1c57;hpb=483ee33ac3de88385c0eeb3f1ecf3a1bb760db54;p=nonrtric.git diff --git a/test/simulator-group/kubeproxy/app.yaml b/test/simulator-group/kubeproxy/app.yaml index 3e6636b7..cc2fdb32 100644 --- a/test/simulator-group/kubeproxy/app.yaml +++ b/test/simulator-group/kubeproxy/app.yaml @@ -26,5 +26,7 @@ spec: containerPort: $KUBE_PROXY_INTERNAL_PORT - name: web containerPort: $KUBE_PROXY_WEB_INTERNAL_PORT - command: ["mitmweb"] - args: ["--web-host", "0.0.0.0", "--no-web-open-browser", "-p", "$KUBE_PROXY_INTERNAL_PORT", "--set", "ssl_insecure"] + - name: https + containerPort: $KUBE_PROXY_INTERNAL_SECURE_PORT + - name: webs + containerPort: $KUBE_PROXY_WEB_INTERNAL_SECURE_PORT \ No newline at end of file