More RAM and meta tag.

This commit is contained in:
2023-12-27 05:58:25 +00:00
parent 88b33283d2
commit 29c51a3e8b

View File

@@ -1,6 +1,10 @@
job "couchdb" { job "couchdb" {
datacenters = ["alo"] datacenters = ["alo"]
meta {
uuid = uuidv4()
}
group "db" { group "db" {
network { network {
port "api" { port "api" {
@@ -32,6 +36,10 @@ job "couchdb" {
] ]
} }
resources {
memory = 2000
}
template { template {
data = <<EOH data = <<EOH
# (Debian) Package-introduced administrative user # (Debian) Package-introduced administrative user