X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=test%2Fsimulator-group%2Fhttpproxy%2Fapp.yaml;h=138da711f4f467d92c377f2158a516f956b8c93f;hb=93a604b82da289316908c9bfff8380877aaf89e5;hp=266eb199ef6adadee5a416fbb079e66d469f32fe;hpb=7682abb5a05160aeb83004a4e56c36e302eded1e;p=nonrtric.git diff --git a/test/simulator-group/httpproxy/app.yaml b/test/simulator-group/httpproxy/app.yaml index 266eb199..138da711 100644 --- a/test/simulator-group/httpproxy/app.yaml +++ b/test/simulator-group/httpproxy/app.yaml @@ -26,5 +26,7 @@ spec: containerPort: $HTTP_PROXY_INTERNAL_PORT - name: web containerPort: $HTTP_PROXY_WEB_INTERNAL_PORT - command: ["mitmweb"] - args: ["--web-host", "0.0.0.0", "--no-web-open-browser", "-p", "$HTTP_PROXY_INTERNAL_PORT", "--set", "ssl_insecure"] \ No newline at end of file + - name: https + containerPort: $HTTP_PROXY_INTERNAL_SECURE_PORT + - name: webs + containerPort: $HTTP_PROXY_WEB_INTERNAL_SECURE_PORT \ No newline at end of file