Skip to content

Commit

Permalink
Reduce max children + increase spare servers (#673)
Browse files Browse the repository at this point in the history
  • Loading branch information
wilson1000 authored Aug 22, 2024
1 parent 90d02dc commit 8ed9380
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ip-ranges-configure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ jobs:
ALLOW_FORMATTED=$(yq 'explode(.) | .allow_access_to_moj_intranet | flatten | map(. + " '$ALLOW_VALUE';") | join("\n")' moj-cidr-addresses.yml)
DEPRI_FORMATTED=$(yq 'explode(.) | .deprecating_access_to_moj_intranet | flatten | map(. + " '$DEPRI_VALUE';") | join("\n")' moj-cidr-addresses.yml)
echo "::add-mask::$ALLOW_FORMATTED"
echo "::add-mask::$DEPRI_FORMATTED"
# Below is a line for LB_RANGE - trust these internal IPs to correctly report HTTP_X_FORWARDED_FOR.
# `127.0.0.1 $LOCAL_VALUE;` - allows requests from fpm to nginx containers.
Expand Down

0 comments on commit 8ed9380

Please sign in to comment.