Skip to content

Commit

Permalink
increase DB specs
Browse files Browse the repository at this point in the history
  • Loading branch information
anirudhwarrier committed Dec 17, 2023
1 parent fa9960f commit 945939a
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions integration-tests/load/automationv2_1/automationv2_1_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -77,12 +77,12 @@ ListenAddresses = ["0.0.0.0:6690"]`
minimumDbSpec = map[string]interface{}{
"resources": map[string]interface{}{
"requests": map[string]interface{}{
"cpu": "1000m",
"memory": "1Gi",
"cpu": "2000m",
"memory": "4Gi",
},
"limits": map[string]interface{}{
"cpu": "1000m",
"memory": "1Gi",
"cpu": "2000m",
"memory": "4Gi",
},
},
"stateful": true,
Expand All @@ -105,12 +105,12 @@ ListenAddresses = ["0.0.0.0:6690"]`
recDbSpec = map[string]interface{}{
"resources": map[string]interface{}{
"requests": map[string]interface{}{
"cpu": "2000m",
"memory": "2Gi",
"cpu": "4000m",
"memory": "8Gi",
},
"limits": map[string]interface{}{
"cpu": "2000m",
"memory": "2Gi",
"cpu": "4000m",
"memory": "8Gi",
},
},
"stateful": true,
Expand Down

0 comments on commit 945939a

Please sign in to comment.