Skip to content

Commit 0008c13

Browse files
authored
feat: add scaletest load generation infrastructure (#15816)
Closes coder/internal#149 This creates workspaces in each region and runs traffic generation against the workspaces colocated in the region.
1 parent 8a8e7b1 commit 0008c13

File tree

10 files changed

+718
-145
lines changed

10 files changed

+718
-145
lines changed

scaletest/terraform/action/coder_helm_values.tftpl

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,11 @@ coder:
3434
- name: "CODER_URL"
3535
value: "${access_url}"
3636
- name: "CODER_PROVISIONERD_TAGS"
37-
value: "scope=organization"
37+
value: "scope=organization,deployment=${deployment}"
38+
- name: "CODER_PROVISIONER_DAEMON_NAME"
39+
valueFrom:
40+
fieldRef:
41+
fieldPath: metadata.name
3842
- name: "CODER_CONFIG_DIR"
3943
value: "/tmp/config"
4044
%{~ endif ~}
@@ -76,6 +80,8 @@ coder:
7680
value: "${experiments}"
7781
- name: "CODER_DANGEROUS_DISABLE_RATE_LIMITS"
7882
value: "true"
83+
- name: "CODER_DANGEROUS_ALLOW_PATH_APP_SITE_OWNER_ACCESS"
84+
value: "true"
7985
image:
8086
repo: ${image_repo}
8187
tag: ${image_tag}

0 commit comments

Comments
 (0)