From 5d3bfcf431c9c83990ce074843470e683bcee437 Mon Sep 17 00:00:00 2001 From: sireeshanaga <141055480+sireeshanaga@users.noreply.github.com> Date: Wed, 2 Aug 2023 10:07:07 +0100 Subject: [PATCH 01/11] Update index.html updated --- templates/index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/index.html b/templates/index.html index ca5261a..e8dd0f5 100644 --- a/templates/index.html +++ b/templates/index.html @@ -19,10 +19,10 @@
-

Welcome to Docker Container running inside EKS Cluster - July 26th, 2023!!

-

Deploying Containers into AKS cluster using Azure Devops Pipelines !!!!!

+

Welcome to Information Tech Consultants

+

Naga and Peter Working as a DevOps Engineers


-

Learning containers is really fun and awesome!!!!!

+

Thank you!!

From 400eac92e464bf0f9479cdb0b8c489ed40e7e721 Mon Sep 17 00:00:00 2001 From: sireeshanaga <141055480+sireeshanaga@users.noreply.github.com> Date: Wed, 2 Aug 2023 10:26:47 +0100 Subject: [PATCH 02/11] Update index.html --- templates/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/index.html b/templates/index.html index e8dd0f5..f928c83 100644 --- a/templates/index.html +++ b/templates/index.html @@ -19,7 +19,7 @@
-

Welcome to Information Tech Consultants

+

Welcome to Information Tech Consultants.

Naga and Peter Working as a DevOps Engineers


Thank you!!

From 524a07a2ab98b2d6b6f500491e115c3847f06253 Mon Sep 17 00:00:00 2001 From: sireeshanaga <141055480+sireeshanaga@users.noreply.github.com> Date: Wed, 2 Aug 2023 10:51:34 +0100 Subject: [PATCH 03/11] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a1402d6..c7a7143 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,7 +13,7 @@ COPY app.py /usr/src/app/ COPY templates/index.html /usr/src/app/templates/ # tell the port number the container should expose -EXPOSE 5000 +EXPOSE 5001 # run the application CMD ["python", "/usr/src/app/app.py"] From f82c07a1e2893987679c6c82343b5efb571e4cfc Mon Sep 17 00:00:00 2001 From: sireeshanaga <141055480+sireeshanaga@users.noreply.github.com> Date: Wed, 2 Aug 2023 11:00:00 +0100 Subject: [PATCH 04/11] Update index.html --- templates/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/index.html b/templates/index.html index f928c83..8576035 100644 --- a/templates/index.html +++ b/templates/index.html @@ -22,7 +22,7 @@

Welcome to Information Tech Consultants.

Naga and Peter Working as a DevOps Engineers


-

Thank you!!

+

Testing server

From 0b25ac8f6a6d554d4dec552ba071bf997ea1f847 Mon Sep 17 00:00:00 2001 From: sireeshanaga <141055480+sireeshanaga@users.noreply.github.com> Date: Wed, 2 Aug 2023 11:04:01 +0100 Subject: [PATCH 05/11] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c7a7143..9b46155 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,7 +13,7 @@ COPY app.py /usr/src/app/ COPY templates/index.html /usr/src/app/templates/ # tell the port number the container should expose -EXPOSE 5001 +EXPOSE 80 # run the application CMD ["python", "/usr/src/app/app.py"] From d01f7ce7e3b3733a873eeb0dc13ba88532544513 Mon Sep 17 00:00:00 2001 From: sireeshanaga <141055480+sireeshanaga@users.noreply.github.com> Date: Wed, 2 Aug 2023 11:16:27 +0100 Subject: [PATCH 06/11] Update index.html --- templates/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/index.html b/templates/index.html index 8576035..3466a61 100644 --- a/templates/index.html +++ b/templates/index.html @@ -22,7 +22,7 @@

Welcome to Information Tech Consultants.

Naga and Peter Working as a DevOps Engineers


-

Testing server

+

Testing server 3

From da7a832116f8ee043eef1481af86b7e51c122209 Mon Sep 17 00:00:00 2001 From: sireeshanaga <141055480+sireeshanaga@users.noreply.github.com> Date: Wed, 2 Aug 2023 12:34:06 +0100 Subject: [PATCH 07/11] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 9b46155..c7a7143 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,7 +13,7 @@ COPY app.py /usr/src/app/ COPY templates/index.html /usr/src/app/templates/ # tell the port number the container should expose -EXPOSE 80 +EXPOSE 5001 # run the application CMD ["python", "/usr/src/app/app.py"] From e1dacf055c7354f637f3e7bb36c6dfd6bfc0b735 Mon Sep 17 00:00:00 2001 From: sireeshanaga <141055480+sireeshanaga@users.noreply.github.com> Date: Wed, 2 Aug 2023 12:36:04 +0100 Subject: [PATCH 08/11] Update index.html --- templates/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/index.html b/templates/index.html index 3466a61..d19e71a 100644 --- a/templates/index.html +++ b/templates/index.html @@ -22,7 +22,7 @@

Welcome to Information Tech Consultants.

Naga and Peter Working as a DevOps Engineers


-

Testing server 3

+

Testing server!!

From df0e3d1df234e113aef35f1ddcf7fcd7f2d4ac7d Mon Sep 17 00:00:00 2001 From: sireeshanaga <141055480+sireeshanaga@users.noreply.github.com> Date: Wed, 2 Aug 2023 13:01:00 +0100 Subject: [PATCH 09/11] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c7a7143..a1402d6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,7 +13,7 @@ COPY app.py /usr/src/app/ COPY templates/index.html /usr/src/app/templates/ # tell the port number the container should expose -EXPOSE 5001 +EXPOSE 5000 # run the application CMD ["python", "/usr/src/app/app.py"] From 52ce62b8abbd760d96d9709609fbedd79460401d Mon Sep 17 00:00:00 2001 From: sireeshanaga <141055480+sireeshanaga@users.noreply.github.com> Date: Wed, 2 Aug 2023 15:14:16 +0100 Subject: [PATCH 10/11] Update index.html --- templates/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/index.html b/templates/index.html index d19e71a..8576035 100644 --- a/templates/index.html +++ b/templates/index.html @@ -22,7 +22,7 @@

Welcome to Information Tech Consultants.

Naga and Peter Working as a DevOps Engineers


-

Testing server!!

+

Testing server

From 88aaa572691ec8cf6a0b422d974bd9b7465864a9 Mon Sep 17 00:00:00 2001 From: sireeshanaga <141055480+sireeshanaga@users.noreply.github.com> Date: Wed, 2 Aug 2023 15:22:43 +0100 Subject: [PATCH 11/11] Update index.html --- templates/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/index.html b/templates/index.html index 8576035..78054b8 100644 --- a/templates/index.html +++ b/templates/index.html @@ -22,7 +22,7 @@

Welcome to Information Tech Consultants.

Naga and Peter Working as a DevOps Engineers


-

Testing server

+

Testing server (Production)