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 10ab0d7c40
commit 8af9e6b5bd
3 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 ---