Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit0008c13

Browse files
authored
feat: add scaletest load generation infrastructure (#15816)
Closescoder/internal#149This creates workspaces in each region and runs traffic generationagainst the workspaces colocated in the region.
1 parent8a8e7b1 commit0008c13

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)

[8]ページ先頭

©2009-2025 Movatter.jp