increase the num of nvidia slices to 20 [ci skip]

This commit is contained in:
Viktor Barzin 2026-01-26 20:41:59 +00:00
parent 947c5d3d19
commit 92e58d3b62
No known key found for this signature in database
GPG key ID: 4056458DBDBF8863

View file

@ -36,7 +36,7 @@ resource "kubernetes_config_map" "time_slicing_config" {
failRequestsGreaterThanOne: false
resources:
- name: nvidia.com/gpu
replicas: 10
replicas: 20
EOF
}
depends_on = [kubernetes_namespace.nvidia]