chore: 🔧 use signoz/locust docker repo for multi-arch image (#2954)

This commit is contained in:
Prashant Shahi 2023-06-22 15:00:31 +05:30 committed by GitHub
parent 2ee7817685
commit 555bb79866
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 7 additions and 7 deletions

View File

@ -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

View File

@ -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:

View File

@ -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:

View File

@ -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:

View File

@ -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

View File

@ -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: