From d31c873232dcc286be09f16a91d55ccd8a4af328 Mon Sep 17 00:00:00 2001 From: root Date: Sun, 11 May 2025 16:59:23 +0000 Subject: [PATCH 01/18] 1 --- dockerfile | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 dockerfile diff --git a/dockerfile b/dockerfile new file mode 100644 index 000000000..6ce15b87b --- /dev/null +++ b/dockerfile @@ -0,0 +1,5 @@ +FROM ubuntu +RUN apt update +RUN apt install apache2 -y +ADD . /var/www/html +ENTRYPOINT apachectl -D FOREGROUND From 92b2b77c7b13702d6954d99981a46876e6938089 Mon Sep 17 00:00:00 2001 From: root Date: Sun, 11 May 2025 17:14:00 +0000 Subject: [PATCH 02/18] 2 --- readme | 1 + 1 file changed, 1 insertion(+) create mode 100644 readme diff --git a/readme b/readme new file mode 100644 index 000000000..ce0136250 --- /dev/null +++ b/readme @@ -0,0 +1 @@ +hello From f9e2205b9136ff06e111448d8b00ceeba85e32f9 Mon Sep 17 00:00:00 2001 From: root Date: Sun, 11 May 2025 17:22:28 +0000 Subject: [PATCH 03/18] 4 --- 112 | 1 + readme | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 112 diff --git a/112 b/112 new file mode 100644 index 000000000..ce0136250 --- /dev/null +++ b/112 @@ -0,0 +1 @@ +hello diff --git a/readme b/readme index ce0136250..b4ca80c0c 100644 --- a/readme +++ b/readme @@ -1 +1 @@ -hello +nnnnnnnhhhhhhello From c0bee262cb10535d2e4cb8813f1c4b6951be95fc Mon Sep 17 00:00:00 2001 From: Arjun95 <88arjunsingh88@gmail.com> Date: Sat, 28 Jun 2025 15:56:17 +0530 Subject: [PATCH 04/18] Create Deploy.yaml --- Deploy.yaml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 Deploy.yaml diff --git a/Deploy.yaml b/Deploy.yaml new file mode 100644 index 000000000..029e1f700 --- /dev/null +++ b/Deploy.yaml @@ -0,0 +1,21 @@ +apiVersion: apps/v1 +kind: Deployment +metadata: + name: my-deployment + labels: + app: my-deployment +spec: + replicas: 2 + selector: + matchLabels: + app: my-deployment + template: + metadata: + labels: + app: my-deployment + spec: + containers: + - name: my-deployment + image: aadi0410/project-2 + ports: + - containerPort: 80 From 2e609391b51db22d897d172162c63d80cab379bd Mon Sep 17 00:00:00 2001 From: Arjun95 <88arjunsingh88@gmail.com> Date: Sat, 28 Jun 2025 15:57:13 +0530 Subject: [PATCH 05/18] Create Service.yaml --- Service.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 Service.yaml diff --git a/Service.yaml b/Service.yaml new file mode 100644 index 000000000..94ac9e1b1 --- /dev/null +++ b/Service.yaml @@ -0,0 +1,12 @@ +apiVersion: v1 +kind: Service +metadata: + name: my-service +spec: + type: NodePort + selector: + app: my-deployment + ports: + - port: 80 + targetPort: 80 + nodePort: 30008 From b2c7e001d9ec164bb7a73aa5fe3fd75ba54b6bc7 Mon Sep 17 00:00:00 2001 From: Arjun95 <88arjunsingh88@gmail.com> Date: Sat, 28 Jun 2025 16:40:43 +0530 Subject: [PATCH 06/18] Update Deploy.yaml --- Deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Deploy.yaml b/Deploy.yaml index 029e1f700..68c675682 100644 --- a/Deploy.yaml +++ b/Deploy.yaml @@ -16,6 +16,6 @@ spec: spec: containers: - name: my-deployment - image: aadi0410/project-2 + image: razdi77/razdi77 ports: - containerPort: 80 From 30bc63bd0c71b795b702d096b7732be19ebac64a Mon Sep 17 00:00:00 2001 From: Arjun95 <88arjunsingh88@gmail.com> Date: Fri, 11 Jul 2025 20:50:23 +0530 Subject: [PATCH 07/18] Delete dockerfile --- dockerfile | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 dockerfile diff --git a/dockerfile b/dockerfile deleted file mode 100644 index 6ce15b87b..000000000 --- a/dockerfile +++ /dev/null @@ -1,5 +0,0 @@ -FROM ubuntu -RUN apt update -RUN apt install apache2 -y -ADD . /var/www/html -ENTRYPOINT apachectl -D FOREGROUND From a3d7ec22bcce8015d97a9bf7a032aea6c2d35c49 Mon Sep 17 00:00:00 2001 From: Arjun95 <88arjunsingh88@gmail.com> Date: Fri, 11 Jul 2025 20:50:40 +0530 Subject: [PATCH 08/18] Create Dockerfile --- Dockerfile | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 Dockerfile diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 000000000..6ce15b87b --- /dev/null +++ b/Dockerfile @@ -0,0 +1,5 @@ +FROM ubuntu +RUN apt update +RUN apt install apache2 -y +ADD . /var/www/html +ENTRYPOINT apachectl -D FOREGROUND From 846e68a0cc13e9253e2161d01e58a678944a8954 Mon Sep 17 00:00:00 2001 From: Arjun95 <88arjunsingh88@gmail.com> Date: Fri, 11 Jul 2025 20:55:01 +0530 Subject: [PATCH 09/18] Update Deploy.yaml --- Deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Deploy.yaml b/Deploy.yaml index 68c675682..073195a30 100644 --- a/Deploy.yaml +++ b/Deploy.yaml @@ -16,6 +16,6 @@ spec: spec: containers: - name: my-deployment - image: razdi77/razdi77 + image: razdi77/abc ports: - containerPort: 80 From a372d16574bdd51a48b0bc708c15b48a4939b084 Mon Sep 17 00:00:00 2001 From: Arjun95 <88arjunsingh88@gmail.com> Date: Fri, 11 Jul 2025 20:56:23 +0530 Subject: [PATCH 10/18] Update Deploy.yaml --- Deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Deploy.yaml b/Deploy.yaml index 073195a30..f5e4b7e3c 100644 --- a/Deploy.yaml +++ b/Deploy.yaml @@ -16,6 +16,6 @@ spec: spec: containers: - name: my-deployment - image: razdi77/abc + image: razdi77/project ports: - containerPort: 80 From 0adc57db70c58e9624167cac9f1408896528c394 Mon Sep 17 00:00:00 2001 From: Arjun95 <88arjunsingh88@gmail.com> Date: Sun, 17 Aug 2025 18:48:44 +0530 Subject: [PATCH 11/18] Delete Dockerfile --- Dockerfile | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 Dockerfile diff --git a/Dockerfile b/Dockerfile deleted file mode 100644 index 6ce15b87b..000000000 --- a/Dockerfile +++ /dev/null @@ -1,5 +0,0 @@ -FROM ubuntu -RUN apt update -RUN apt install apache2 -y -ADD . /var/www/html -ENTRYPOINT apachectl -D FOREGROUND From 7be0ad2e57e1c4ab532dd07a8dcbb0cb7385761d Mon Sep 17 00:00:00 2001 From: Arjun95 <88arjunsingh88@gmail.com> Date: Sun, 17 Aug 2025 20:57:25 +0530 Subject: [PATCH 12/18] Delete Service.yaml --- Service.yaml | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 Service.yaml diff --git a/Service.yaml b/Service.yaml deleted file mode 100644 index 94ac9e1b1..000000000 --- a/Service.yaml +++ /dev/null @@ -1,12 +0,0 @@ -apiVersion: v1 -kind: Service -metadata: - name: my-service -spec: - type: NodePort - selector: - app: my-deployment - ports: - - port: 80 - targetPort: 80 - nodePort: 30008 From 432c539f93adedbb1394ac39160ef0c6e6cd9faa Mon Sep 17 00:00:00 2001 From: Arjun95 <88arjunsingh88@gmail.com> Date: Sun, 17 Aug 2025 20:57:38 +0530 Subject: [PATCH 13/18] Delete Deploy.yaml --- Deploy.yaml | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 Deploy.yaml diff --git a/Deploy.yaml b/Deploy.yaml deleted file mode 100644 index f5e4b7e3c..000000000 --- a/Deploy.yaml +++ /dev/null @@ -1,21 +0,0 @@ -apiVersion: apps/v1 -kind: Deployment -metadata: - name: my-deployment - labels: - app: my-deployment -spec: - replicas: 2 - selector: - matchLabels: - app: my-deployment - template: - metadata: - labels: - app: my-deployment - spec: - containers: - - name: my-deployment - image: razdi77/project - ports: - - containerPort: 80 From 01b1d9b2889e59df150d6fbc7b52b37bfa3514a1 Mon Sep 17 00:00:00 2001 From: Arjun95 <88arjunsingh88@gmail.com> Date: Sun, 17 Aug 2025 20:57:52 +0530 Subject: [PATCH 14/18] Delete 112 --- 112 | 1 - 1 file changed, 1 deletion(-) delete mode 100644 112 diff --git a/112 b/112 deleted file mode 100644 index ce0136250..000000000 --- a/112 +++ /dev/null @@ -1 +0,0 @@ -hello From 1a95d44e547aec0b12b31232123dfe9c26167cd3 Mon Sep 17 00:00:00 2001 From: Arjun95 <88arjunsingh88@gmail.com> Date: Sun, 17 Aug 2025 20:58:03 +0530 Subject: [PATCH 15/18] Delete readme --- readme | 1 - 1 file changed, 1 deletion(-) delete mode 100644 readme diff --git a/readme b/readme deleted file mode 100644 index b4ca80c0c..000000000 --- a/readme +++ /dev/null @@ -1 +0,0 @@ -nnnnnnnhhhhhhello From 3bdcab914caf60660c0337dfa17c835be51f77fc Mon Sep 17 00:00:00 2001 From: Arjun95 <88arjunsingh88@gmail.com> Date: Sun, 17 Aug 2025 21:43:13 +0530 Subject: [PATCH 16/18] Create Dockerfile --- Dockerfile | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 Dockerfile diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 000000000..6ce15b87b --- /dev/null +++ b/Dockerfile @@ -0,0 +1,5 @@ +FROM ubuntu +RUN apt update +RUN apt install apache2 -y +ADD . /var/www/html +ENTRYPOINT apachectl -D FOREGROUND From 581e927f33c7641ab00be42792d96622fc1243c2 Mon Sep 17 00:00:00 2001 From: Arjun95 <88arjunsingh88@gmail.com> Date: Wed, 20 Aug 2025 18:24:52 +0530 Subject: [PATCH 17/18] Delete Dockerfile --- Dockerfile | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 Dockerfile diff --git a/Dockerfile b/Dockerfile deleted file mode 100644 index 6ce15b87b..000000000 --- a/Dockerfile +++ /dev/null @@ -1,5 +0,0 @@ -FROM ubuntu -RUN apt update -RUN apt install apache2 -y -ADD . /var/www/html -ENTRYPOINT apachectl -D FOREGROUND From 318cf4db2362b05ff4412148a8dd20b5f36229b8 Mon Sep 17 00:00:00 2001 From: Arjun95 <88arjunsingh88@gmail.com> Date: Wed, 20 Aug 2025 18:36:54 +0530 Subject: [PATCH 18/18] Update index.html --- index.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 19c25caa0..4db2b0d85 100644 --- a/index.html +++ b/index.html @@ -1,4 +1,4 @@ - + # Intellipaat @@ -6,3 +6,4 @@

Hello world!

+