Skip to content

Commit 24cbf59

Browse files
Modified Loadgenerator to get bucketconfig file from ConfigMap.
Signed-off-by: Kushal Shukla <kushalshukla110@gmail.com>
1 parent 8b752ef commit 24cbf59

1 file changed

Lines changed: 2 additions & 17 deletions

File tree

prombench/manifests/prombench/benchmark/6_loadgen.yaml

Lines changed: 2 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -126,22 +126,6 @@ spec:
126126
app: loadgen-querier
127127
spec:
128128
initContainers:
129-
- name: download-key
130-
image: docker.io/prominfra/prometheus-builder:master
131-
imagePullPolicy: Always
132-
command: [ "/go/src/github.com/key.sh" ]
133-
env:
134-
- name: PR_NUMBER
135-
value: "{{ .PR_NUMBER }}"
136-
- name: GITHUB_ORG
137-
value: "{{ .GITHUB_ORG }}"
138-
- name: GITHUB_REPO
139-
value: "{{ .GITHUB_REPO }}"
140-
- name: STORAGE
141-
value: "/storage-paths"
142-
volumeMounts:
143-
- name: key
144-
mountPath: /storage-paths
145129
containers:
146130
- name: prom-load-generator
147131
image: docker.io/prominfra/load-generator:master
@@ -165,7 +149,8 @@ spec:
165149
configMap:
166150
name: prometheus-loadgen
167151
- name: key
168-
emptyDir: {}
152+
configMap:
153+
name: blocksync-config
169154
nodeSelector:
170155
node-name: nodes-{{ .PR_NUMBER }}
171156
isolation: none

0 commit comments

Comments
 (0)