mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-08-12 01:49:05 +08:00
chore: 🔧 use signoz/locust docker repo for multi-arch image (#2954)
This commit is contained in:
parent
2ee7817685
commit
555bb79866
@ -233,7 +233,7 @@ services:
|
||||
max-file: "3"
|
||||
|
||||
load-hotrod:
|
||||
image: "grubykarol/locust:1.2.3-python3.9-alpine3.12"
|
||||
image: "signoz/locust:1.2.3"
|
||||
hostname: load-hotrod
|
||||
environment:
|
||||
ATTACKED_HOST: http://hotrod:8080
|
||||
|
@ -93,7 +93,7 @@ services:
|
||||
- JAEGER_ENDPOINT=http://otel-collector:14268/api/traces
|
||||
|
||||
load-hotrod:
|
||||
image: "grubykarol/locust:1.2.3-python3.9-alpine3.12"
|
||||
image: "signoz/locust:1.2.3"
|
||||
container_name: load-hotrod
|
||||
hostname: load-hotrod
|
||||
environment:
|
||||
|
@ -243,7 +243,7 @@ services:
|
||||
- JAEGER_ENDPOINT=http://otel-collector:14268/api/traces
|
||||
|
||||
load-hotrod:
|
||||
image: "grubykarol/locust:1.2.3-python3.9-alpine3.12"
|
||||
image: "signoz/locust:1.2.3"
|
||||
container_name: load-hotrod
|
||||
hostname: load-hotrod
|
||||
environment:
|
||||
|
@ -219,7 +219,7 @@ services:
|
||||
- JAEGER_ENDPOINT=http://otel-collector:14268/api/traces
|
||||
|
||||
load-hotrod:
|
||||
image: "grubykarol/locust:1.2.3-python3.9-alpine3.12"
|
||||
image: "signoz/locust:1.2.3"
|
||||
container_name: load-hotrod
|
||||
hostname: load-hotrod
|
||||
environment:
|
||||
|
@ -15,7 +15,7 @@ fi
|
||||
|
||||
# Locust's docker image
|
||||
if [[ -z $LOCUST_IMAGE ]]; then
|
||||
LOCUST_REPO="${LOCUST_REPO:-grubykarol/locust}"
|
||||
LOCUST_REPO="${LOCUST_REPO:-signoz/locust}"
|
||||
LOCUST_TAG="${LOCUST_TAG:-0.8.1-py3.6}"
|
||||
LOCUST_IMAGE="${LOCUST_REPO}:${LOCUST_TAG}"
|
||||
fi
|
||||
|
@ -96,7 +96,7 @@ spec:
|
||||
role: locust-master
|
||||
spec:
|
||||
containers:
|
||||
- image: grubykarol/locust:0.8.1-py3.6
|
||||
- image: signoz/locust:1.2.3
|
||||
imagePullPolicy: IfNotPresent
|
||||
name: locust-master
|
||||
env:
|
||||
@ -173,7 +173,7 @@ spec:
|
||||
role: locust-slave
|
||||
spec:
|
||||
containers:
|
||||
- image: grubykarol/locust:0.8.1-py3.6
|
||||
- image: signoz/locust:1.2.3
|
||||
imagePullPolicy: IfNotPresent
|
||||
name: locust-slave
|
||||
env:
|
||||
|
Loading…
x
Reference in New Issue
Block a user