Skip to content

Commit 9bb0ddf

Browse files
authored
PI-2404 Reduce sampling of healthcheck calls (#464)
1 parent e1246cc commit 9bb0ddf

5 files changed

+1
-36
lines changed

Dockerfile

-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ WORKDIR /app
2828
COPY --from=builder --chown=appuser:appgroup /app/build/libs/hmpps-integration-api*.jar /app/app.jar
2929
COPY --from=builder --chown=appuser:appgroup /app/build/libs/applicationinsights-agent*.jar /app/agent.jar
3030
COPY --from=builder --chown=appuser:appgroup /app/applicationinsights.json /app
31-
COPY --from=builder --chown=appuser:appgroup /app/applicationinsights.dev.json /app
3231

3332
USER 2000
3433

applicationinsights.dev.json

-32
This file was deleted.

applicationinsights.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"matchType": "regexp"
2525
}
2626
],
27-
"percentage": 10
27+
"percentage": 0
2828
}
2929
]
3030
}

helm_deploy/values-dev.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ generic-service:
1717

1818
env:
1919
SPRING_PROFILES_ACTIVE: dev
20-
APPLICATIONINSIGHTS_CONFIGURATION_FILE: applicationinsights.dev.json
2120
SENTRY_ENV: dev
2221

2322
namespace_secrets:

helm_deploy/values-preprod.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ generic-service:
1717

1818
env:
1919
SPRING_PROFILES_ACTIVE: preprod
20-
APPLICATIONINSIGHTS_CONFIGURATION_FILE: applicationinsights.dev.json
2120
SENTRY_ENV: preprod
2221

2322
namespace_secrets:

0 commit comments

Comments
 (0)