X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=test%2Fsimulator-group%2Fhttpproxy%2Fapp.yaml;h=138da711f4f467d92c377f2158a516f956b8c93f;hb=52effccd66db6aa5e7bcb981b6b1d3633d187c5f;hp=3e0c8ac3cd51d14b82ad80ac88418430497d603c;hpb=1e539490bc37fed791895dd1f2f898caa3b0ca5c;p=nonrtric.git diff --git a/test/simulator-group/httpproxy/app.yaml b/test/simulator-group/httpproxy/app.yaml index 3e0c8ac3..138da711 100644 --- a/test/simulator-group/httpproxy/app.yaml +++ b/test/simulator-group/httpproxy/app.yaml @@ -20,11 +20,13 @@ spec: containers: - name: $HTTP_PROXY_APP_NAME image: $HTTP_PROXY_IMAGE - imagePullPolicy: Never + imagePullPolicy: $KUBE_IMAGE_PULL_POLICY ports: - name: http 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