From 1015667a648cb9c4eab67705bc1aefe0003fe8f6 Mon Sep 17 00:00:00 2001 From: mouismail Date: Tue, 4 Oct 2022 13:56:42 +0200 Subject: [PATCH 1/3] fix deployment --- .github/workflows/cd.yml | 4 ++-- manifests/deployment.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 0b50ded..b58d84b 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -55,7 +55,7 @@ jobs: deploy-staging: runs-on: ubuntu-latest - needs: [build-image-ghcr] + needs: [build-and-push] environment: name: Staging url: http://${{steps.load_balancer_IP.outputs.external_ip}} @@ -116,7 +116,7 @@ jobs: validate-staging: name: ✔️ Validate Staging runs-on: ubuntu-latest - needs: [deploy-staging, build-image-ghcr] + needs: [deploy-staging, build-and-push] steps: - name: Check the deployed service URL uses: jtalk/url-health-check-action@v1.2 diff --git a/manifests/deployment.yml b/manifests/deployment.yml index 75f7543..0e07aad 100644 --- a/manifests/deployment.yml +++ b/manifests/deployment.yml @@ -13,7 +13,7 @@ spec: app: azure-vote-back spec: nodeSelector: - "beta.kubernetes.io/os": linux + "kubernetes.io/os": linux containers: - name: azure-vote-back image: mcr.microsoft.com/oss/bitnami/redis:6.0.8 @@ -45,7 +45,7 @@ spec: app: azure-vote-front spec: nodeSelector: - "beta.kubernetes.io/os": linux + "kubernetes.io/os": linux containers: - name: azure-vote-front image: ghcr.io/mouismail/devops-summit-demo:v1 From ad306800fc2a8707f5ce72e0ff1f04dfcb609580 Mon Sep 17 00:00:00 2001 From: Mohammad Ismail <96207520+mouismail@users.noreply.github.com> Date: Wed, 12 Oct 2022 15:39:28 +0200 Subject: [PATCH 2/3] Delete .DS_Store --- .DS_Store | Bin 6148 -> 0 bytes 1 file changed, 0 insertions(+), 0 deletions(-) delete mode 100644 .DS_Store diff --git a/.DS_Store b/.DS_Store deleted file mode 100644 index 894a4b12ec102b3637be8253385232cf980381c6..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 6148 zcmeHKyG{c^3>-s>h%_lF_XjBWgH@D#0YAVabdgR1LXqk!zKc&|{175KAzed*#*#g| zUeBIxit`zOZI1g}U=3hNcf^N>srkA4#4ajhL^|(y#tq&v;Ek(!=G-eh;DjSye)9LP zPlv~0ILy07RZ>6-NC7Dz1*E`C1-$ptma9ZXDIf);z_$YaeQ0#YUN|Pkr-LCz0OEq_ zFs@^kAU01Bd*PVK49${COsdt0VM%AcRb4L}6O#_B;lt|5RuhWF(|Lc3a#&APlmb%V zT!G8nuD$>7=)cVW=Opc Date: Fri, 28 Oct 2022 15:09:07 +0200 Subject: [PATCH 3/3] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index b9b3d0a..a5e86a8 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # devops-summit-demo Demo for Geekle DevOps Global Summit '22 + +update for shell Q&A session