mirror of
https://git.sr.ht/~magic_rb/dotfiles
synced 2024-11-22 08:04:20 +01:00
Add grok_type to synapse
Signed-off-by: Magic_RB <magic_rb@redalder.org>
This commit is contained in:
parent
43959436a6
commit
0a9cd4bd38
|
@ -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 {
|
||||||
|
|
Loading…
Reference in a new issue