mirror of
https://github.com/imjasonh/kontain.me
synced 2026-07-07 00:32:28 +00:00
tweak resources
Signed-off-by: Jason Hall <imjasonh@gmail.com>
This commit is contained in:
parent
f70dbcb83d
commit
fa405f78a6
1 changed files with 13 additions and 13 deletions
26
apps.tf
26
apps.tf
|
|
@ -1,21 +1,21 @@
|
|||
locals {
|
||||
apps = {
|
||||
"apko" : {
|
||||
cpu = 1
|
||||
ram = "1Gi"
|
||||
cpu = 4
|
||||
ram = "2Gi"
|
||||
container_concurrency = 1
|
||||
timeout_seconds = 900 # 15m
|
||||
}
|
||||
"flatten" : {
|
||||
cpu = 1
|
||||
ram = "1Gi"
|
||||
cpu = 4
|
||||
ram = "2Gi"
|
||||
container_concurrency = 80
|
||||
timeout_seconds = 120 # 2m
|
||||
timeout_seconds = 900 # 15m
|
||||
}
|
||||
"git" : {
|
||||
cpu = 1
|
||||
cpu = 4
|
||||
ram = "2Gi"
|
||||
container_concurrency = 5
|
||||
container_concurrency = 80
|
||||
timeout_seconds = 900 # 15m
|
||||
}
|
||||
"ko" : {
|
||||
|
|
@ -26,9 +26,9 @@ locals {
|
|||
base_image = "cgr.dev/chainguard/go:latest-dev"
|
||||
}
|
||||
"mirror" : {
|
||||
cpu = 2
|
||||
cpu = 4
|
||||
ram = "4Gi"
|
||||
container_concurrency = 1
|
||||
container_concurrency = 80
|
||||
timeout_seconds = 900 # 15m
|
||||
}
|
||||
"random" : {
|
||||
|
|
@ -51,14 +51,14 @@ locals {
|
|||
# timeout_seconds = 60 # 1m
|
||||
# }
|
||||
"infinite-git" : {
|
||||
cpu = 1
|
||||
ram = "1Gi"
|
||||
cpu = 4
|
||||
ram = "2Gi"
|
||||
container_concurrency = 1000
|
||||
timeout_seconds = 60 # 1m
|
||||
}
|
||||
"infinite-go" : {
|
||||
cpu = 1
|
||||
ram = "1Gi"
|
||||
cpu = 4
|
||||
ram = "2Gi"
|
||||
container_concurrency = 1000
|
||||
timeout_seconds = 60 # 1m
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue