Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}"}'
8 changes: 8 additions & 0 deletions chart/env/prod-v2.yaml
Original file line number Diff line number Diff line change
@@ -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"
Loading