From 71b72efc9a116fa852f4c0689e1f5e55a5d52975 Mon Sep 17 00:00:00 2001 From: rtrm Date: Wed, 5 Aug 2026 09:58:05 +0200 Subject: [PATCH] feat: add prod-v2 ALB override for the dedicated hub-utils cluster Also widens the CI deploy path to a glob so both Argo apps get updated while they run in parallel during the migration. --- .github/workflows/deploy.yml | 2 +- chart/env/prod-v2.yaml | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 chart/env/prod-v2.yaml diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 1b0e218..0dc8847 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -71,4 +71,4 @@ jobs: display-workflow-run-url-interval: 10s ref: refs/heads/main token: ${{ secrets.GIT_TOKEN_INFRA_DEPLOYMENT }} - inputs: '{"path": "hub-integrations/responses-js/responses-js.yaml", "value": ${{ env.VALUES }}, "url": "${{ github.event.head_commit.url }}"}' + inputs: '{"path": "hub-integrations/responses-js/*.yaml", "value": ${{ env.VALUES }}, "url": "${{ github.event.head_commit.url }}"}' diff --git a/chart/env/prod-v2.yaml b/chart/env/prod-v2.yaml new file mode 100644 index 0000000..ef9f274 --- /dev/null +++ b/chart/env/prod-v2.yaml @@ -0,0 +1,8 @@ +# Override applied ON TOP of env/prod.yaml while this app runs on the +# hub-utils-prod-us-east-1 cluster: only the ALB identity changes. Once the +# migration is over, fold these keys into env/prod.yaml and delete this file. +ingress: + annotations: + alb.ingress.kubernetes.io/load-balancer-name: "hub-utils-int-prod-cloudfront" + alb.ingress.kubernetes.io/group.name: "hub-utils-int-prod-cloudfront" + alb.ingress.kubernetes.io/tags: "Env=prod,Project=hub-utils,Terraform=true"