Add grok_type to synapse

Signed-off-by: Magic_RB <magic_rb@redalder.org>
This commit is contained in:
Magic_RB 2023-07-28 20:40:39 +02:00
parent 43959436a6
commit 0a9cd4bd38
No known key found for this signature in database
GPG key ID: 08D5287CC5DDCA0E

View file

@ -201,6 +201,10 @@ EOF
nix_flake_sha = var.flake_sha nix_flake_sha = var.flake_sha
nix_flake_store_path = var.store_path.synapseClient nix_flake_store_path = var.store_path.synapseClient
entrypoint = [ "init" ] entrypoint = [ "init" ]
labels {
grok_type = "synapse"
}
} }
resources { resources {
@ -358,6 +362,10 @@ EOF
nix_flake_sha = var.flake_sha nix_flake_sha = var.flake_sha
nix_flake_store_path = var.store_path.synapseSync nix_flake_store_path = var.store_path.synapseSync
entrypoint = [ "init" ] entrypoint = [ "init" ]
labels {
grok_type = "synapse"
}
} }
resources { resources {
@ -515,6 +523,10 @@ EOF
nix_flake_sha = var.flake_sha nix_flake_sha = var.flake_sha
nix_flake_store_path = var.store_path.synapseFederationReceiver nix_flake_store_path = var.store_path.synapseFederationReceiver
entrypoint = [ "init" ] entrypoint = [ "init" ]
labels {
grok_type = "synapse"
}
} }
resources { resources {
@ -672,6 +684,10 @@ EOF
nix_flake_sha = var.flake_sha nix_flake_sha = var.flake_sha
nix_flake_store_path = var.store_path.synapseFederationSender nix_flake_store_path = var.store_path.synapseFederationSender
entrypoint = [ "init" ] entrypoint = [ "init" ]
labels {
grok_type = "synapse"
}
} }
resources { resources {
@ -911,6 +927,10 @@ EOF
nix_flake_sha = var.flake_sha nix_flake_sha = var.flake_sha
nix_flake_store_path = var.store_path.synapse nix_flake_store_path = var.store_path.synapse
entrypoint = [ "init" ] entrypoint = [ "init" ]
labels {
grok_type = "synapse"
}
} }
resources { resources {