mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-24 18:24:20 +00:00
(fix) litellm cloud formation stack
This commit is contained in:
parent
2f960a9651
commit
323f15aa2f
1 changed files with 2 additions and 2 deletions
|
@ -30,13 +30,13 @@ Resources:
|
|||
PolicyType: TargetTrackingScaling
|
||||
TargetTrackingConfiguration:
|
||||
PredefinedMetricSpecification:
|
||||
PredefinedMetricType: ASGCPUUtilization
|
||||
PredefinedMetricType: ASGAverageCPUUtilization
|
||||
TargetValue: 60.0
|
||||
|
||||
LiteLLMDB:
|
||||
Type: AWS::RDS::DBInstance
|
||||
Properties:
|
||||
AllocatedStorage: 5
|
||||
AllocatedStorage: 20
|
||||
Engine: postgres
|
||||
MasterUsername: litellmAdmin
|
||||
MasterUserPassword: litellmPassword
|
Loading…
Add table
Add a link
Reference in a new issue