[ci skip] allow 100 time slicing of nvidia gpu

This commit is contained in:
Viktor Barzin 2026-02-09 21:00:15 +00:00
parent b6499a8090
commit cb761f90d7
No known key found for this signature in database
GPG key ID: 0EB088298288D958

View file

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