Skip to content

Commit

Permalink
Merge pull request #20 from nhsconnect/PRMP-925
Browse files Browse the repository at this point in the history
[PRMP-925] Prod MHS Outbound fixes
  • Loading branch information
chrisbloe-nhse authored Sep 25, 2024
2 parents c84cac7 + 5c25140 commit 8b38a4c
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
26 changes: 13 additions & 13 deletions gocd/pipeline.gocd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ common:
tasks:
- fetch:
pipeline: prm-repo-mhs
stage: build_docker
stage: import_docker
job: outbound
source: imagerc/outbound
destination: prm-mhs-infra/imagerc
Expand All @@ -28,7 +28,7 @@ common:
tasks:
- fetch:
pipeline: prm-repo-mhs
stage: build_docker
stage: import_docker
job: outbound
source: imagerc/outbound
destination: prm-mhs-infra/imagerc
Expand Down Expand Up @@ -58,7 +58,7 @@ common:
tasks:
- fetch:
pipeline: prm-repo-mhs
stage: build_docker
stage: import_docker
job: outbound
source: imagerc/outbound
destination: prm-mhs-infra/imagerc
Expand Down Expand Up @@ -92,7 +92,7 @@ pipelines:
destination: prm-mhs-infra
mhs_docker:
pipeline: prm-repo-mhs
stage: build_docker
stage: import_docker
deductions_infra:
pipeline: prm-deductions-infra
stage: deploy_dev
Expand All @@ -106,7 +106,7 @@ pipelines:
tasks:
- fetch:
pipeline: prm-repo-mhs
stage: build_docker
stage: import_docker
job: outbound
source: imagerc/outbound
destination: prm-mhs-infra/imagerc
Expand Down Expand Up @@ -151,7 +151,7 @@ pipelines:
stage: test
mhs_docker:
pipeline: prm-repo-mhs
stage: build_docker
stage: import_docker
deductions_infra:
pipeline: prm-deductions-infra
stage: deploy_test
Expand All @@ -165,7 +165,7 @@ pipelines:
tasks:
- fetch:
pipeline: prm-repo-mhs
stage: build_docker
stage: import_docker
job: outbound
source: imagerc/outbound
destination: prm-mhs-infra/imagerc
Expand Down Expand Up @@ -209,7 +209,7 @@ pipelines:
stage: test
mhs_docker:
pipeline: prm-repo-mhs
stage: build_docker
stage: import_docker
deductions_infra:
pipeline: prm-deductions-infra
stage: deploy_perf
Expand All @@ -223,7 +223,7 @@ pipelines:
tasks:
- fetch:
pipeline: prm-repo-mhs
stage: build_docker
stage: import_docker
job: outbound
source: imagerc/outbound
destination: prm-mhs-infra/imagerc
Expand Down Expand Up @@ -254,7 +254,7 @@ pipelines:
stage: test
mhs_docker:
pipeline: prm-repo-mhs
stage: build_docker
stage: import_docker
deductions_infra:
pipeline: prm-deductions-infra
stage: deploy_pre_prod
Expand All @@ -268,7 +268,7 @@ pipelines:
tasks:
- fetch:
pipeline: prm-repo-mhs
stage: build_docker
stage: import_docker
job: outbound
source: imagerc/outbound
destination: prm-mhs-infra/imagerc
Expand Down Expand Up @@ -312,7 +312,7 @@ pipelines:
stage: test
mhs_docker:
pipeline: prm-repo-mhs
stage: build_docker
stage: import_docker
deductions_infra:
pipeline: prm-deductions-infra
stage: deploy_prod
Expand All @@ -326,7 +326,7 @@ pipelines:
tasks:
- fetch:
pipeline: prm-repo-mhs
stage: build_docker
stage: import_docker
job: outbound
source: imagerc/outbound
destination: prm-mhs-infra/imagerc
Expand Down
2 changes: 1 addition & 1 deletion terraform/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ variable "mhs_synchronous_endpoint_url" {

variable "mhs_spine_request_max_size" {
description = "The maximum size of the request body (in bytes) that MHS outbound sends to Spine. This should be set minus any HTTP headers and other content in the HTTP packets sent to Spine."
default = "4999600" # This is 5 000 000 - 400 ie 5MB - 400 bytes, roughly the size of the rest of the HTTP packet
default = "9999600" # This is 5 000 000 - 400 ie 5MB - 400 bytes, roughly the size of the rest of the HTTP packet
}

variable "build_id" {
Expand Down

0 comments on commit 8b38a4c

Please sign in to comment.