Add initial PostgreSQL and pgAdmin services with Nomad configuration

This commit is contained in:
2025-05-15 19:03:38 +10:00
parent 805636f44c
commit c6925362a6
6 changed files with 188 additions and 7 deletions

View File

@@ -42,6 +42,14 @@ resource "nomad_job" "csi-smb" {
jobspec = file("csi-smb.nomad.hcl")
}
resource "nomad_job" "postgres" {
jobspec = file("postgres.nomad.hcl")
}
resource "nomad_job" "pgadmin" {
jobspec = file("pgadmin.nomad.hcl")
}
data "nomad_plugin" "smb" {
plugin_id = "smb"
wait_for_healthy = true