mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-08-13 04:19:01 +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"
|
max-file: "3"
|
||||||
|
|
||||||
load-hotrod:
|
load-hotrod:
|
||||||
image: "grubykarol/locust:1.2.3-python3.9-alpine3.12"
|
image: "signoz/locust:1.2.3"
|
||||||
hostname: load-hotrod
|
hostname: load-hotrod
|
||||||
environment:
|
environment:
|
||||||
ATTACKED_HOST: http://hotrod:8080
|
ATTACKED_HOST: http://hotrod:8080
|
||||||
|
@ -93,7 +93,7 @@ services:
|
|||||||
- JAEGER_ENDPOINT=http://otel-collector:14268/api/traces
|
- JAEGER_ENDPOINT=http://otel-collector:14268/api/traces
|
||||||
|
|
||||||
load-hotrod:
|
load-hotrod:
|
||||||
image: "grubykarol/locust:1.2.3-python3.9-alpine3.12"
|
image: "signoz/locust:1.2.3"
|
||||||
container_name: load-hotrod
|
container_name: load-hotrod
|
||||||
hostname: load-hotrod
|
hostname: load-hotrod
|
||||||
environment:
|
environment:
|
||||||
|
@ -243,7 +243,7 @@ services:
|
|||||||
- JAEGER_ENDPOINT=http://otel-collector:14268/api/traces
|
- JAEGER_ENDPOINT=http://otel-collector:14268/api/traces
|
||||||
|
|
||||||
load-hotrod:
|
load-hotrod:
|
||||||
image: "grubykarol/locust:1.2.3-python3.9-alpine3.12"
|
image: "signoz/locust:1.2.3"
|
||||||
container_name: load-hotrod
|
container_name: load-hotrod
|
||||||
hostname: load-hotrod
|
hostname: load-hotrod
|
||||||
environment:
|
environment:
|
||||||
|
@ -219,7 +219,7 @@ services:
|
|||||||
- JAEGER_ENDPOINT=http://otel-collector:14268/api/traces
|
- JAEGER_ENDPOINT=http://otel-collector:14268/api/traces
|
||||||
|
|
||||||
load-hotrod:
|
load-hotrod:
|
||||||
image: "grubykarol/locust:1.2.3-python3.9-alpine3.12"
|
image: "signoz/locust:1.2.3"
|
||||||
container_name: load-hotrod
|
container_name: load-hotrod
|
||||||
hostname: load-hotrod
|
hostname: load-hotrod
|
||||||
environment:
|
environment:
|
||||||
|
@ -15,7 +15,7 @@ fi
|
|||||||
|
|
||||||
# Locust's docker image
|
# Locust's docker image
|
||||||
if [[ -z $LOCUST_IMAGE ]]; then
|
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_TAG="${LOCUST_TAG:-0.8.1-py3.6}"
|
||||||
LOCUST_IMAGE="${LOCUST_REPO}:${LOCUST_TAG}"
|
LOCUST_IMAGE="${LOCUST_REPO}:${LOCUST_TAG}"
|
||||||
fi
|
fi
|
||||||
|
@ -96,7 +96,7 @@ spec:
|
|||||||
role: locust-master
|
role: locust-master
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- image: grubykarol/locust:0.8.1-py3.6
|
- image: signoz/locust:1.2.3
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
name: locust-master
|
name: locust-master
|
||||||
env:
|
env:
|
||||||
@ -173,7 +173,7 @@ spec:
|
|||||||
role: locust-slave
|
role: locust-slave
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- image: grubykarol/locust:0.8.1-py3.6
|
- image: signoz/locust:1.2.3
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
name: locust-slave
|
name: locust-slave
|
||||||
env:
|
env:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user