added poseidon with aws to k8s changes

This commit is contained in:
Elmar Kresse
2024-08-12 10:02:36 +02:00
parent 5376f7a027
commit 254460d64c
60 changed files with 6912 additions and 0 deletions

View File

@ -0,0 +1,15 @@
server {
enabled = true
bootstrap_expect = 2
server_join {
retry_join = ["<<other servers domain>>"]
retry_max = 3
retry_interval = "15s"
}
# https://www.nomadproject.io/docs/configuration/server
default_scheduler_config {
scheduler_algorithm = "spread"
memory_oversubscription_enabled = true
}
}