Meta tags.

This commit is contained in:
2024-02-06 13:45:15 +00:00
parent 1a999dc1a7
commit 8f48abc4b0
2 changed files with 8 additions and 0 deletions

View File

@@ -1,6 +1,10 @@
job "clickhouse" { job "clickhouse" {
datacenters = ["alo"] datacenters = ["alo"]
meta {
uuid = uuidv4()
}
group "db" { group "db" {
network { network {
port "clickhouse" { port "clickhouse" {

View File

@@ -1,6 +1,10 @@
job "ghost" { job "ghost" {
datacenters = ["alo"] datacenters = ["alo"]
meta {
uuid = uuidv4()
}
group "web" { group "web" {
network { network {
port "http" { port "http" {