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=08241a3739bf9c9af05ff5a0276d146e6da2c409;hpb=520b912bce8eebb3e272c9ccfa3378b01dfd200b;p=nonrtric.git diff --git a/test/simulator-group/kubeproxy/app.yaml b/test/simulator-group/kubeproxy/app.yaml index 08241a37..cc2fdb32 100644 --- a/test/simulator-group/kubeproxy/app.yaml +++ b/test/simulator-group/kubeproxy/app.yaml @@ -20,11 +20,13 @@ spec: containers: - name: $KUBE_PROXY_APP_NAME image: $KUBE_PROXY_IMAGE - imagePullPolicy: Never + imagePullPolicy: $KUBE_IMAGE_PULL_POLICY ports: - name: http 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