From 2dab5274ca4bf91e2626d650080bfddd6de47805 Mon Sep 17 00:00:00 2001 From: savagebidoof Date: Tue, 25 Apr 2023 03:06:09 +0200 Subject: [PATCH] Removed old `https-apache-demo` for recent `https-nginx-demo` image. --- .../??-TCP-FORWARDING-(WORKS)/deployment.yaml | 2 +- .../XX-HTTP2-gateway-made-it-work/deployment.yaml | 2 +- Istio/02-Traffic_management/XX-HTTPS-backend/deployment.yaml | 2 +- .../02-Traffic_management/__XX-TLS-PASSTHROUGH/deployment.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) 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"