Skip to content

Commit

Permalink
Modified Loadgenerator to get bucketconfig file from ConfigMap.
Browse files Browse the repository at this point in the history
Signed-off-by: Kushal Shukla <[email protected]>
  • Loading branch information
kushalShukla-web committed Dec 14, 2024
1 parent 8b752ef commit 24cbf59
Showing 1 changed file with 2 additions and 17 deletions.
19 changes: 2 additions & 17 deletions prombench/manifests/prombench/benchmark/6_loadgen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -126,22 +126,6 @@ spec:
app: loadgen-querier
spec:
initContainers:
- name: download-key
image: docker.io/prominfra/prometheus-builder:master
imagePullPolicy: Always
command: [ "/go/src/github.com/key.sh" ]
env:
- name: PR_NUMBER
value: "{{ .PR_NUMBER }}"
- name: GITHUB_ORG
value: "{{ .GITHUB_ORG }}"
- name: GITHUB_REPO
value: "{{ .GITHUB_REPO }}"
- name: STORAGE
value: "/storage-paths"
volumeMounts:
- name: key
mountPath: /storage-paths
containers:
- name: prom-load-generator
image: docker.io/prominfra/load-generator:master
Expand All @@ -165,7 +149,8 @@ spec:
configMap:
name: prometheus-loadgen
- name: key
emptyDir: {}
configMap:
name: blocksync-config
nodeSelector:
node-name: nodes-{{ .PR_NUMBER }}
isolation: none
Expand Down

0 comments on commit 24cbf59

Please sign in to comment.