diff --git a/Istio/02-Traffic_management/??-TCP-FORWARDING-(WORKS)/deployment.yaml b/Istio/02-Traffic_management/??-TCP-FORWARDING-(WORKS)/deployment.yaml index 7bb85ab..ae41138 100755 --- a/Istio/02-Traffic_management/??-TCP-FORWARDING-(WORKS)/deployment.yaml +++ b/Istio/02-Traffic_management/??-TCP-FORWARDING-(WORKS)/deployment.yaml @@ -39,7 +39,7 @@ spec: containers: - name: helloworld # image: nginx - image: oriolfilter/https-apache-demo:armv7 + image: oriolfilter/https-nginx-demo resources: requests: cpu: "100m" diff --git a/Istio/02-Traffic_management/XX-HTTP2-gateway-made-it-work/deployment.yaml b/Istio/02-Traffic_management/XX-HTTP2-gateway-made-it-work/deployment.yaml index afeb40d..3f9ad6c 100755 --- a/Istio/02-Traffic_management/XX-HTTP2-gateway-made-it-work/deployment.yaml +++ b/Istio/02-Traffic_management/XX-HTTP2-gateway-made-it-work/deployment.yaml @@ -40,7 +40,7 @@ spec: spec: containers: - name: helloworld - image: oriolfilter/https-apache-demo:armv7 + image: oriolfilter/https-nginx-demo resources: requests: cpu: "100m" diff --git a/Istio/02-Traffic_management/XX-HTTPS-backend/deployment.yaml b/Istio/02-Traffic_management/XX-HTTPS-backend/deployment.yaml index afeb40d..3f9ad6c 100755 --- a/Istio/02-Traffic_management/XX-HTTPS-backend/deployment.yaml +++ b/Istio/02-Traffic_management/XX-HTTPS-backend/deployment.yaml @@ -40,7 +40,7 @@ spec: spec: containers: - name: helloworld - image: oriolfilter/https-apache-demo:armv7 + image: oriolfilter/https-nginx-demo resources: requests: cpu: "100m" diff --git a/Istio/02-Traffic_management/__XX-TLS-PASSTHROUGH/deployment.yaml b/Istio/02-Traffic_management/__XX-TLS-PASSTHROUGH/deployment.yaml index afeb40d..3f9ad6c 100755 --- a/Istio/02-Traffic_management/__XX-TLS-PASSTHROUGH/deployment.yaml +++ b/Istio/02-Traffic_management/__XX-TLS-PASSTHROUGH/deployment.yaml @@ -40,7 +40,7 @@ spec: spec: containers: - name: helloworld - image: oriolfilter/https-apache-demo:armv7 + image: oriolfilter/https-nginx-demo resources: requests: cpu: "100m"