From 5d8c821bf6008617e38cbb2d689db955bf8333c3 Mon Sep 17 00:00:00 2001 From: Robert Gwenter Date: Thu, 18 Jun 2026 15:21:40 +0100 Subject: [PATCH] new service items Education Provider Registry Data --- .../terraform_kubernetes/config/production.tfvars.json | 3 ++- cluster/terraform_kubernetes/config/test.tfvars.json | 3 ++- .../populated/education-provider-registry-data.env | 10 ++++++++++ 3 files changed, 14 insertions(+), 2 deletions(-) create mode 100644 templates/populated/education-provider-registry-data.env diff --git a/cluster/terraform_kubernetes/config/production.tfvars.json b/cluster/terraform_kubernetes/config/production.tfvars.json index 723a8146..3d057b35 100644 --- a/cluster/terraform_kubernetes/config/production.tfvars.json +++ b/cluster/terraform_kubernetes/config/production.tfvars.json @@ -295,7 +295,8 @@ }, "gias": { "education-provider-registry-integration-API": ["preproduction","production"], - "education-provider-registry-web": ["preproduction","production"] + "education-provider-registry-web": ["preproduction","production"], + "education-provider-registry-data": ["preproduction","production"] }, "git": { "schools-experience": ["production"], diff --git a/cluster/terraform_kubernetes/config/test.tfvars.json b/cluster/terraform_kubernetes/config/test.tfvars.json index cd54ed2f..91e2123c 100644 --- a/cluster/terraform_kubernetes/config/test.tfvars.json +++ b/cluster/terraform_kubernetes/config/test.tfvars.json @@ -198,7 +198,8 @@ "gias": { "get-information-about-schools-api-prototype": ["development"], "education-provider-registry-integration-API": ["development","review","test"], - "education-provider-registry-web": ["development","review","test"] + "education-provider-registry-web": ["development","review","test"], + "education-provider-registry-data": ["development","review","test"] }, "git": { "schools-experience": ["review", "development", "staging"], diff --git a/templates/populated/education-provider-registry-data.env b/templates/populated/education-provider-registry-data.env new file mode 100644 index 00000000..947c67d4 --- /dev/null +++ b/templates/populated/education-provider-registry-data.env @@ -0,0 +1,10 @@ +SERVICE_NAME=education-provider-registry-data +SERVICE_SHORT=eprdat +SERVICE_PRETTY="Education Provider Registry (Data)" +DOCKER_REPOSITORY="ghcr.io/dfe-digital/education-provider-registry-data" +NAMESPACE_PREFIX=gias +DNS_ZONE_NAME=notset +ENVIRONMENTS="development test preproduction" +POSTGRES="true" +REDIS="false" +RAILS_APPLICATION="false"