From eaf61ae6038720fa60cf62882b0d5798e1310d5e Mon Sep 17 00:00:00 2001 From: shanice-skylight Date: Thu, 7 Nov 2024 14:03:47 -0500 Subject: [PATCH] replaced tefca-viewer on alb path with query-connector --- terraform/aws/implementation/manifests/ingressWithCognito.yaml | 2 +- .../aws/implementation/manifests/ingressWithoutCognito.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/terraform/aws/implementation/manifests/ingressWithCognito.yaml b/terraform/aws/implementation/manifests/ingressWithCognito.yaml index f4c7d4d8..d02fa3e9 100644 --- a/terraform/aws/implementation/manifests/ingressWithCognito.yaml +++ b/terraform/aws/implementation/manifests/ingressWithCognito.yaml @@ -72,7 +72,7 @@ spec: name: phdi-playground-${terraform_workspace}-ecr-viewer-ecr-viewer-service port: number: 3000 - - path: /tefca-viewer + - path: /query-connector pathType: Prefix backend: service: diff --git a/terraform/aws/implementation/manifests/ingressWithoutCognito.yaml b/terraform/aws/implementation/manifests/ingressWithoutCognito.yaml index 6cc88f1f..0eb1b5e8 100644 --- a/terraform/aws/implementation/manifests/ingressWithoutCognito.yaml +++ b/terraform/aws/implementation/manifests/ingressWithoutCognito.yaml @@ -68,7 +68,7 @@ spec: name: phdi-playground-${terraform_workspace}-ecr-viewer-ecr-viewer-service port: number: 3000 - - path: /tefca-viewer + - path: /query-connector pathType: Prefix backend: service: