fix(scaletest): adjust sessionAffinity and scenario resources (#8205)

* scaletest: adjust scenario resources
* scaletest: set sessionAffinity=None for coder service
This commit is contained in:
Cian Johnston
2023-06-26 15:54:05 +01:00
committed by GitHub
parent cfbe96a379
commit b8437ce453
4 changed files with 13 additions and 10 deletions
+1
View File
@@ -121,6 +121,7 @@ coder:
readOnlyRootFilesystem: true
service:
enable: true
sessionAffinity: None
loadBalancerIP: "${local.coder_address}"
volumeMounts:
- mountPath: "/tmp"
+4 -2
View File
@@ -1,4 +1,6 @@
nodepool_machine_type_coder = "t2d-standard-8"
nodepool_size_coder = 3
nodepool_machine_type_workspaces = "t2d-standard-8"
coder_cpu = "7" # Leaving 1 CPU for system workloads
coder_mem = "28Gi" # Leaving 4GB for system workloads
coder_cpu = "6000m" # Leaving 2 CPUs for system workloads
coder_mem = "24Gi" # Leaving 8 GB for system workloads
coder_replicas = 3
+4 -4
View File
@@ -1,4 +1,4 @@
nodepool_machine_type_coder = "t2d-standard-4"
nodepool_machine_type_workspaces = "t2d-standard-4"
coder_cpu = "3000m" # Leaving 1 CPU for system workloads
coder_mem = "12Gi" # Leaving 4 GB for system workloads
nodepool_machine_type_coder = "t2d-standard-8"
nodepool_machine_type_workspaces = "t2d-standard-8"
coder_cpu = "6000m" # Leaving 2 CPUs for system workloads
coder_mem = "24Gi" # Leaving 8 GB for system workloads
+4 -4
View File
@@ -1,4 +1,4 @@
nodepool_machine_type_coder = "t2d-standard-2"
nodepool_machine_type_workspaces = "t2d-standard-2"
coder_cpu = "1000m" # Leaving 1 CPU for system workloads
coder_mem = "4Gi" # Leaving 4GB for system workloads
nodepool_machine_type_coder = "t2d-standard-4"
nodepool_machine_type_workspaces = "t2d-standard-4"
coder_cpu = "2000m" # Leaving 2 CPUs for system workloads
coder_mem = "12Gi" # Leaving 4GB for system workloads