Skip to content

Commit

Permalink
Tests fixed (3);
Browse files Browse the repository at this point in the history
  • Loading branch information
elijah-k-nebius committed Nov 21, 2024
1 parent 398051a commit 3a0ab6b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions k8s-training/applications.tf
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ module "kuberay" {

parent_id = var.parent_id
cluster_id = nebius_mk8s_v1_cluster.k8s-cluster.id
gpu_platform = var.gpu_nodes_platform
cpu_platform = var.cpu_nodes_platform
gpu_platform = local.gpu_nodes_platform
cpu_platform = local.cpu_nodes_platform
min_gpu_replicas = var.kuberay_min_gpu_replicas
max_gpu_replicas = var.kuberay_max_gpu_replicas
}

0 comments on commit 3a0ab6b

Please sign in to comment.