Skip to content

Commit

Permalink
Merge branch 'develop' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
alfredeen authored Oct 11, 2024
2 parents bc7c457 + 9c8a690 commit b069790
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion manifests/base/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spec:
spec:
containers:
- name: locust
image: ghcr.io/scilifelabdatacentre/serve-load-testing:main-20241004-0900
image: ghcr.io/scilifelabdatacentre/serve-load-testing:main-20241009-0934
ports:
- containerPort: 8089
envFrom:
Expand Down
2 changes: 1 addition & 1 deletion manifests/built/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spec:
spec:
containers:
- name: locust
image: ghcr.io/scilifelabdatacentre/serve-load-testing:main-20241004-0900
image: ghcr.io/scilifelabdatacentre/serve-load-testing:main-20241009-0934
ports:
- containerPort: 8089
envFrom:
Expand Down
4 changes: 2 additions & 2 deletions source/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ COPY --chown=locust:locust tests-dev/ tests-dev
COPY --chown=locust:locust start-script.sh start-script.sh
COPY --chown=locust:locust run_test_plan.sh run_test_plan.sh

RUN chmod ug+x start-script.sh
RUN chmod ug+x run_test_plan.sh
RUN chmod ug+x start-script.sh \
&& ug+x run_test_plan.sh

EXPOSE 8089 5557

0 comments on commit b069790

Please sign in to comment.