From 11eac37b927465dd5c72a9e515893a2665e43bad Mon Sep 17 00:00:00 2001 From: Vladimir Moiseev Date: Fri, 10 Sep 2021 11:10:20 +0000 Subject: [PATCH] Update appgw-ingress.yaml --- charts/osdu-common/templates/appgw-ingress.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/charts/osdu-common/templates/appgw-ingress.yaml b/charts/osdu-common/templates/appgw-ingress.yaml index 4b5d4fb4..c27eea32 100644 --- a/charts/osdu-common/templates/appgw-ingress.yaml +++ b/charts/osdu-common/templates/appgw-ingress.yaml @@ -121,3 +121,7 @@ spec: serviceName: dataset servicePort: 80 path: /api/dataset/v1/* + - backend: + serviceName: seismic-dms-file-metadata-service + servicePort: 80 + path: /seismic-file-metadata/api/v1/* -- GitLab