forked from phoenix/litellm-mirror
(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
|
PolicyType: TargetTrackingScaling
|
||||||
TargetTrackingConfiguration:
|
TargetTrackingConfiguration:
|
||||||
PredefinedMetricSpecification:
|
PredefinedMetricSpecification:
|
||||||
PredefinedMetricType: ASGCPUUtilization
|
PredefinedMetricType: ASGAverageCPUUtilization
|
||||||
TargetValue: 60.0
|
TargetValue: 60.0
|
||||||
|
|
||||||
LiteLLMDB:
|
LiteLLMDB:
|
||||||
Type: AWS::RDS::DBInstance
|
Type: AWS::RDS::DBInstance
|
||||||
Properties:
|
Properties:
|
||||||
AllocatedStorage: 5
|
AllocatedStorage: 20
|
||||||
Engine: postgres
|
Engine: postgres
|
||||||
MasterUsername: litellmAdmin
|
MasterUsername: litellmAdmin
|
||||||
MasterUserPassword: litellmPassword
|
MasterUserPassword: litellmPassword
|
Loading…
Add table
Add a link
Reference in a new issue