fix: exclude infrastructure probes from API throttling
All checks were successful
Mostovik Backend CI/CD / Tests and lint (push) Successful in 3m28s
Mostovik Backend CI/CD / Build linux/amd64 release images (push) Successful in 3m23s
Mostovik Backend CI/CD / Deploy and verify internal main (push) Has been skipped
Mostovik Backend CI/CD / Deploy dev (push) Successful in 1m49s
All checks were successful
Mostovik Backend CI/CD / Tests and lint (push) Successful in 3m28s
Mostovik Backend CI/CD / Build linux/amd64 release images (push) Successful in 3m23s
Mostovik Backend CI/CD / Deploy and verify internal main (push) Has been skipped
Mostovik Backend CI/CD / Deploy dev (push) Successful in 1m49s
This commit is contained in:
5
docker/Dockerfile.health-hotfix
Normal file
5
docker/Dockerfile.health-hotfix
Normal file
@@ -0,0 +1,5 @@
|
||||
# Use only with the verified deployed image and a views-only application diff.
|
||||
ARG HEALTH_BASE_IMAGE
|
||||
FROM ${HEALTH_BASE_IMAGE}
|
||||
|
||||
COPY --chown=0:0 --chmod=0644 src/apps/core/views.py /app/src/apps/core/views.py
|
||||
Reference in New Issue
Block a user