fix: exclude infrastructure probes from API throttling
All checks were successful
CI/CD Pipeline / Quality Gate (pull_request) Successful in 49s
CI/CD Pipeline / Build and Push Images (pull_request) Successful in 1s
CI/CD Pipeline / Internal Notify (pull_request) Successful in 1s
CI/CD Pipeline / Deploy Dev via Compose (pull_request) Successful in 1s
CI/CD Pipeline / Quality Gate (push) Successful in 49s
CI/CD Pipeline / Build and Push Images (push) Successful in 0s
CI/CD Pipeline / Internal Notify (push) Successful in 1s
CI/CD Pipeline / Deploy Dev via Compose (push) Successful in 1s
All checks were successful
CI/CD Pipeline / Quality Gate (pull_request) Successful in 49s
CI/CD Pipeline / Build and Push Images (pull_request) Successful in 1s
CI/CD Pipeline / Internal Notify (pull_request) Successful in 1s
CI/CD Pipeline / Deploy Dev via Compose (pull_request) Successful in 1s
CI/CD Pipeline / Quality Gate (push) Successful in 49s
CI/CD Pipeline / Build and Push Images (push) Successful in 0s
CI/CD Pipeline / Internal Notify (push) Successful in 1s
CI/CD Pipeline / Deploy Dev via Compose (push) Successful in 1s
This commit was merged in pull request #41.
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