Commit 8e0493f
authored
feat(stresstesting-bridges-load-generator): locust metrics collection (#82)
* feat(stresstesting-bridges-load-generator): add environment variables for API key and GitHub token in deployment configuration
* chore(stresstesting-bridges-load-generator): bump chart version to 0.2.0
* fix(stresstesting-bridges-load-generator): update image repository to use GitHub Container Registry
* fix(stresstesting-bridges-load-generator): update deployment and service configurations to use HTTP probes and correct target port
* feat(stresstesting-bridges-load-generator): add metrics service and ingress path for metrics endpoint
* fix(stresstesting-bridges-load-generator): add login step for GitHub Container Registry in release workflow
* fix(stresstesting-bridges-load-generator): add missing exclude patterns to load test configuration in NOTES.txt
* fix(stresstesting-bridges-load-generator): remove liveness probe from deployment configuration
* fix(stresstesting-bridges-load-generator): update image pull policy to Always in values.yaml
* fix(stresstesting-bridges-load-generator): add metrics configuration and VMPodScrape resource for Prometheus metrics collection
* fix(stresstesting-bridges-load-generator): update image repository to use AWS ECR
* fix(stresstesting-bridges-load-generator): remove GitHub Container Registry login step from release workflow
* fix(stresstesting-bridges-load-generator): update chart version to 1.0.0 in Chart.yaml
* fix(stresstesting-bridges-load-generator): update image repository to use AWS ECR
* fix(stresstesting-bridges-load-generator): add nodeSelector and tolerations to deployment spec
* fix(stresstesting-bridges-load-generator): update nodeSelector and tolerations in deployment spec
* fix(stresstesting-bridges-load-generator): remove imagePullSecrets from deployment spec1 parent f957cc9 commit 8e0493f
File tree
6 files changed
+50
-12
lines changed- charts/stresstesting-bridges-load-generator
- templates
6 files changed
+50
-12
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
148 | 148 | | |
149 | 149 | | |
150 | 150 | | |
151 | | - | |
| 151 | + | |
152 | 152 | | |
153 | 153 | | |
154 | 154 | | |
| |||
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
8 | 9 | | |
9 | 10 | | |
10 | 11 | | |
| |||
Lines changed: 7 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
19 | | - | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
20 | 25 | | |
21 | 26 | | |
22 | 27 | | |
| |||
29 | 34 | | |
30 | 35 | | |
31 | 36 | | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | 37 | | |
39 | 38 | | |
40 | 39 | | |
| |||
Lines changed: 21 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
95 | 95 | | |
96 | 96 | | |
97 | 97 | | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
0 commit comments