parent
c1e48d4ace
commit
1ea094aa6e
@ -111,6 +111,7 @@ job "jellyfin" {
|
||||
resources {
|
||||
memory = 2000
|
||||
memory_max = 4000
|
||||
cpu = 3000
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -86,7 +86,7 @@ job "mealie" {
|
||||
env = true
|
||||
}
|
||||
resources {
|
||||
memory = 400
|
||||
memory = 300
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -38,7 +38,6 @@ job "paperless-ng" {
|
||||
}
|
||||
resources {
|
||||
memory = 50
|
||||
cpu = 50
|
||||
}
|
||||
}
|
||||
task "paperless-ng" {
|
||||
@ -103,7 +102,7 @@ job "paperless-ng" {
|
||||
resources {
|
||||
memory = 950
|
||||
memory_max = 1500
|
||||
cpu = 100
|
||||
cpu = 2000
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -83,7 +83,6 @@ job "tt-rss" {
|
||||
env = true
|
||||
}
|
||||
resources {
|
||||
cpu = 50
|
||||
memory = 150
|
||||
}
|
||||
}
|
||||
@ -116,7 +115,6 @@ job "tt-rss" {
|
||||
|
||||
}
|
||||
resources {
|
||||
cpu = 50
|
||||
memory = 150
|
||||
}
|
||||
}
|
||||
@ -201,7 +199,6 @@ job "tt-rss" {
|
||||
}
|
||||
|
||||
resources {
|
||||
cpu = 50
|
||||
memory = 50
|
||||
}
|
||||
}
|
||||
|
@ -45,7 +45,6 @@ job "dashboard" {
|
||||
}
|
||||
|
||||
resources {
|
||||
cpu = 50
|
||||
memory = 20
|
||||
}
|
||||
}
|
||||
@ -145,7 +144,6 @@ services:
|
||||
|
||||
}
|
||||
resources {
|
||||
cpu = 50
|
||||
memory = 30
|
||||
}
|
||||
}
|
||||
|
@ -29,6 +29,7 @@ job "vector" {
|
||||
}
|
||||
# resource limits are a good idea because you don't want your log collection to consume all resources available
|
||||
resources {
|
||||
cpu = 500 # 500 MHz
|
||||
memory = 256 # 256MB
|
||||
}
|
||||
# template with Vector's configuration
|
||||
|
@ -81,7 +81,6 @@ include-dir=/etc/powerdns/pdns.d
|
||||
EOH
|
||||
}
|
||||
resources {
|
||||
cpu = 50
|
||||
memory = 100
|
||||
}
|
||||
}
|
||||
@ -96,9 +95,9 @@ include-dir=/etc/powerdns/pdns.d
|
||||
"local/recursor.conf:/etc/powerdns/recursor.conf",
|
||||
]
|
||||
}
|
||||
template {
|
||||
destination = "local/recursor.conf"
|
||||
data = <<EOH
|
||||
template{
|
||||
destination = "local/recursor.conf"
|
||||
data= <<EOH
|
||||
config-dir=/etc/powerdns
|
||||
dnssec=off
|
||||
forward-zones=consul=127.0.0.1:8600,ducamps.eu=192.168.1.5,1.168.192.in-addr.arpa=192.168.1.5
|
||||
|
Loading…
Reference in New Issue
Block a user