set the time slicing config in the nvidia chart values[ci skip]

This commit is contained in:
Viktor Barzin 2025-12-28 08:35:36 +00:00
parent 9a987326f2
commit 7a88c26b5b
4 changed files with 10 additions and 5 deletions

View file

@ -93,6 +93,7 @@ resource "kubernetes_deployment" "pgbouncer" {
}
}
}
depends_on = [kubernetes_secret.pgbouncer_auth]
}
# --- 4 Service ---