Add meta tags.

This commit is contained in:
2024-01-19 07:45:06 +00:00
parent e20a85c1ba
commit 71ada23bf7
2 changed files with 9 additions and 0 deletions

View File

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

View File

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