diff --git a/gocd/pipeline.gocd.yml b/gocd/pipeline.gocd.yml index 7e55ecb..98074b0 100644 --- a/gocd/pipeline.gocd.yml +++ b/gocd/pipeline.gocd.yml @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 diff --git a/terraform/variables.tf b/terraform/variables.tf index d4d5894..fbbe390 100644 --- a/terraform/variables.tf +++ b/terraform/variables.tf @@ -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" {