This repository has been archived by the owner on Aug 12, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: loadbalancer cleanup on delete & improved structure (#14)
Co-authored-by: Anna Mager <[email protected]> --------- Co-authored-by: Anna Mager <[email protected]>
- Loading branch information
Showing
14 changed files
with
1,674 additions
and
1,159 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,24 @@ | ||
{ | ||
"app": "ts-node -P tsconfig.json --prefer-ts-exts src" | ||
} | ||
"app": "ts-node -P tsconfig.json --prefer-ts-exts src", | ||
"watch": { | ||
"include": [ | ||
"src/**" | ||
] | ||
}, | ||
"context": { | ||
"GardenDevClusterStackID": "garden-dev-cluster", | ||
|
||
"EKSClusterName": "garden-dev-cluster", | ||
"EKSNodeGroupMinSize": 1, | ||
"EKSNodeGroupMaxSize": 10, | ||
|
||
"ECRRepositories": "api,result,vote,worker", | ||
"ECRPrefix": "garden-dev-cluster", | ||
|
||
"IAMEKSFullAccessRole": "", | ||
"IAMEKSFullAccessPrincipals": "", | ||
|
||
"IngressSubdomain": "", | ||
"IngressRoute53HostedZoneId": "" | ||
} | ||
} |
Oops, something went wrong.