Skip to content

Commit

Permalink
chore: Updates MFE lb priority offset (#286)
Browse files Browse the repository at this point in the history
  • Loading branch information
amir-zahedi authored Jan 21, 2025
1 parent 4865fdf commit bb27c0b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/famous-emus-judge.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'gdu': minor
---

Updates MFE lb priority offset
2 changes: 1 addition & 1 deletion packages/gdu/commands/global-configs/config-tenants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const scopeOffsets: Record<string, number> = {
'au-legacy': 2,
};

const mfeApplicationOffset = 500;
const mfeApplicationOffset = 0;

const mapLBPriority = (value: string, env: ENV, tenant?: TENANT) => {
const envOffset = environmentOffsets[env.toLowerCase()] ?? 0;
Expand Down

0 comments on commit bb27c0b

Please sign in to comment.