From d4d26cd825928da79b81726ae37b5b112856bb8b Mon Sep 17 00:00:00 2001 From: Bilel Mrad Date: Fri, 30 Oct 2020 21:19:46 +0100 Subject: [PATCH 1/7] Update replicas --- workloads/nginx.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workloads/nginx.yaml b/workloads/nginx.yaml index ddeb6a96c..29620af1a 100644 --- a/workloads/nginx.yaml +++ b/workloads/nginx.yaml @@ -6,7 +6,7 @@ metadata: labels: app: nginx spec: - replicas: 2 + replicas: 4 selector: matchLabels: app: nginx From 95295032e489369ad19504a08988ac4fee1d211f Mon Sep 17 00:00:00 2001 From: Mradb <46936474+Mradb@users.noreply.github.com> Date: Sat, 31 Oct 2020 00:19:29 +0100 Subject: [PATCH 2/7] +++ --- .github/workflows/pythonapp.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pythonapp.yml b/.github/workflows/pythonapp.yml index c3e5d3176..9543724a7 100644 --- a/.github/workflows/pythonapp.yml +++ b/.github/workflows/pythonapp.yml @@ -23,6 +23,6 @@ jobs: - name: Build & Push Image run: | cd ./python - echo "${{ secrets.DOCKERPW }}" | docker login -u "[your dockerhub login here]" --password-stdin - docker image build -t [your dockerhub username here]/gitops:hellov1.0 . - docker push [your docker hub username here]/gitops:hellov1.0 + echo "${{ secrets.DOCKERPW }}" | docker login -u "bolbol91" --password-stdin + docker image build -t bolbol91/gitops:hellov1.2 . + docker push bolbol91/gitops:hellov1.2 From dd70cbb715a8d06cfb6813d23da9b30285d2d37c Mon Sep 17 00:00:00 2001 From: Mradb <46936474+Mradb@users.noreply.github.com> Date: Sat, 31 Oct 2020 00:19:55 +0100 Subject: [PATCH 3/7] Update app.py --- python/app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/app.py b/python/app.py index 358088e4c..6813ad37c 100644 --- a/python/app.py +++ b/python/app.py @@ -3,7 +3,7 @@ @app.route("/") def hello(): - return "Hello World!" + return "Hello Bilel!" if __name__ == "__main__": app.run(host='0.0.0.0', port=8000) From d11cfc6573cbf7ce462261c0b0e2fcb479051c21 Mon Sep 17 00:00:00 2001 From: Mradb <46936474+Mradb@users.noreply.github.com> Date: Sat, 31 Oct 2020 00:24:24 +0100 Subject: [PATCH 4/7] Update app.py --- python/app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/app.py b/python/app.py index 6813ad37c..83703924e 100644 --- a/python/app.py +++ b/python/app.py @@ -3,7 +3,7 @@ @app.route("/") def hello(): - return "Hello Bilel!" + return "Hello Bilel MRAD!" if __name__ == "__main__": app.run(host='0.0.0.0', port=8000) From 19ec96019399b0ab6c0c5b3c9b8a9aae4744e2dd Mon Sep 17 00:00:00 2001 From: Mradb <46936474+Mradb@users.noreply.github.com> Date: Mon, 30 Nov 2020 16:01:38 +0100 Subject: [PATCH 5/7] Update Readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0e3626714..427aa138c 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ ![la logo](https://user-images.githubusercontent.com/42839573/67322755-818e9400-f4df-11e9-97c1-388bf357353d.png) ### Linux Academy Course Repository -### Hands-On GitOps +### Hands-On GitOps with Fluxcd This repository is a resource provided for Linux Academy students taking the hands-on GitIOps course. From 8a140af7cd2126355261aa29935177023ab2a490 Mon Sep 17 00:00:00 2001 From: Bilel Mrad Date: Mon, 30 Nov 2020 16:03:02 +0100 Subject: [PATCH 6/7] Revert "Update Readme" This reverts commit 19ec96019399b0ab6c0c5b3c9b8a9aae4744e2dd. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 427aa138c..0e3626714 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ ![la logo](https://user-images.githubusercontent.com/42839573/67322755-818e9400-f4df-11e9-97c1-388bf357353d.png) ### Linux Academy Course Repository -### Hands-On GitOps with Fluxcd +### Hands-On GitOps This repository is a resource provided for Linux Academy students taking the hands-on GitIOps course. From d3bb348f5e515b60b92e16ef8c69fe0caa7ef24d Mon Sep 17 00:00:00 2001 From: Bilel Mrad Date: Mon, 30 Nov 2020 16:06:44 +0100 Subject: [PATCH 7/7] +++ --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0e3626714..94ffc6b9a 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ ![la logo](https://user-images.githubusercontent.com/42839573/67322755-818e9400-f4df-11e9-97c1-388bf357353d.png) -### Linux Academy Course Repository +### Linux Academy Course Repository for dev branch ### Hands-On GitOps This repository is a resource provided for Linux Academy students taking the hands-on GitIOps course.