shuffeling apps around the cluster

This commit is contained in:
2025-02-10 17:33:25 +01:00
parent fe8f8748df
commit 68bd782c14
6 changed files with 15 additions and 10 deletions

View File

@@ -3,7 +3,12 @@ job "postgres" {
type = "service"
node_pool = "sys"
priority = 80
#constraint {
# attribute = "${attr.unique.hostname}"
# value = "pine01"
#}
group "service" {
count = 1
volume "postgres-data" {
@@ -49,8 +54,8 @@ job "postgres" {
}
resources {
cpu = 1000
memory = 512
cpu = 3500
memory = 1500
}