From d823c057bab8c1e794e8f72f2c6185d9530f5d06 Mon Sep 17 00:00:00 2001 From: vz250049 <75387886+vz250049@users.noreply.github.com> Date: Wed, 15 Dec 2021 12:59:40 -0500 Subject: [PATCH 1/9] Update pythonapp.yml --- .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..609f4b0eb 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 "vinniekaboom" --password-stdin + docker image build -t vinniekaboom/gitops:hellov1.0 . + docker push vinniekaboom/gitops:hellov1.0 From 6221836712b80c892ba147a59e9efa5e59286780 Mon Sep 17 00:00:00 2001 From: vz250049 <75387886+vz250049@users.noreply.github.com> Date: Wed, 15 Dec 2021 13:01:36 -0500 Subject: [PATCH 2/9] 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..b4660d02d 100644 --- a/python/app.py +++ b/python/app.py @@ -3,7 +3,7 @@ @app.route("/") def hello(): - return "Hello World!" + return "Hello Atlanta World!" if __name__ == "__main__": app.run(host='0.0.0.0', port=8000) From a8809b94139dd30a63780c41b7aa139f80044622 Mon Sep 17 00:00:00 2001 From: vz250049 <75387886+vz250049@users.noreply.github.com> Date: Wed, 15 Dec 2021 13:08:29 -0500 Subject: [PATCH 3/9] 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 b4660d02d..25f2f4022 100644 --- a/python/app.py +++ b/python/app.py @@ -3,7 +3,7 @@ @app.route("/") def hello(): - return "Hello Atlanta World!" + return "Hello Fayetteville GA World!" if __name__ == "__main__": app.run(host='0.0.0.0', port=8000) From f6b068db3c986cad136a8ee3908b3c480171f943 Mon Sep 17 00:00:00 2001 From: vz250049 <75387886+vz250049@users.noreply.github.com> Date: Wed, 15 Dec 2021 13:14:01 -0500 Subject: [PATCH 4/9] Update pythonapp.yml --- .github/workflows/pythonapp.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pythonapp.yml b/.github/workflows/pythonapp.yml index 609f4b0eb..d9b65f590 100644 --- a/.github/workflows/pythonapp.yml +++ b/.github/workflows/pythonapp.yml @@ -1,7 +1,7 @@ name: Python application on: - push: + pull_request: paths: - 'python/*' From 1551a386d0dc433183507d11f3bb99debdad04d3 Mon Sep 17 00:00:00 2001 From: vz250049 <75387886+vz250049@users.noreply.github.com> Date: Wed, 15 Dec 2021 13:18:09 -0500 Subject: [PATCH 5/9] 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 25f2f4022..612ab9676 100644 --- a/python/app.py +++ b/python/app.py @@ -3,7 +3,7 @@ @app.route("/") def hello(): - return "Hello Fayetteville GA World!" + return "Hello Albuquerque, NM World!" if __name__ == "__main__": app.run(host='0.0.0.0', port=8000) From 6462624c36cfca976c573e9fb46ce611c9e87c40 Mon Sep 17 00:00:00 2001 From: Vincent Zamora <75387886+vz250049@users.noreply.github.com> Date: Thu, 1 Sep 2022 10:34:03 -0400 Subject: [PATCH 6/9] Update lasample.yaml --- namespaces/lasample.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/namespaces/lasample.yaml b/namespaces/lasample.yaml index 4ddb88401..3b9f761e9 100644 --- a/namespaces/lasample.yaml +++ b/namespaces/lasample.yaml @@ -2,5 +2,5 @@ apiVersion: v1 kind: Namespace metadata: labels: - name: lasample - name: lasample + name: lasample2 + name: lasample2 From e124a8bb20251c5def8d5b6ee2ccfcd32afb501e Mon Sep 17 00:00:00 2001 From: Vincent Zamora Date: Thu, 1 Sep 2022 10:42:12 -0400 Subject: [PATCH 7/9] update 3 --- namespaces/lasample.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/namespaces/lasample.yaml b/namespaces/lasample.yaml index 3b9f761e9..4ddb88401 100644 --- a/namespaces/lasample.yaml +++ b/namespaces/lasample.yaml @@ -2,5 +2,5 @@ apiVersion: v1 kind: Namespace metadata: labels: - name: lasample2 - name: lasample2 + name: lasample + name: lasample From a841042c83fe0057840f381e79895ead867f8040 Mon Sep 17 00:00:00 2001 From: Vincent Zamora Date: Thu, 1 Sep 2022 10:45:03 -0400 Subject: [PATCH 8/9] update45 --- namespaces/lasample.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/namespaces/lasample.yaml b/namespaces/lasample.yaml index 4ddb88401..e0b6b7166 100644 --- a/namespaces/lasample.yaml +++ b/namespaces/lasample.yaml @@ -2,5 +2,5 @@ apiVersion: v1 kind: Namespace metadata: labels: - name: lasample - name: lasample + name: lasample4 + name: lasample4 From 19059710397b65c5292d153d3d1f84abef29ccf6 Mon Sep 17 00:00:00 2001 From: Vincent Zamora <75387886+vz250049@users.noreply.github.com> Date: Thu, 5 Jan 2023 10:08:36 -0500 Subject: [PATCH 9/9] Create hello.yaml --- production/hello.yaml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 production/hello.yaml diff --git a/production/hello.yaml b/production/hello.yaml new file mode 100644 index 000000000..7de2d4e64 --- /dev/null +++ b/production/hello.yaml @@ -0,0 +1,19 @@ +apiVersion: apps/v1 +kind: Development +metadata: + name: hello + namespace: lasample + labels: + app: hello +spec: + selector: + matchLabels: + app: hello + template: + metadata: + labels: + app: hello + spec: + containers: + - name: hello + image: linuxacademycontent/gitops:hellov1.1