From 639ccf51b34065b485021a2eec4947dd3bf4ac54 Mon Sep 17 00:00:00 2001 From: Jimmy Forsyth Date: Mon, 7 May 2018 16:55:06 -0400 Subject: Remove babel service name override Issue-ID: AAI-1110 Change-Id: I8d040b82dc7250ebba93b3bb5e4630c9b3e00c10 Signed-off-by: Jimmy Forsyth --- charts/aai-modelloader/resources/config/model-loader.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'charts/aai-modelloader') diff --git a/charts/aai-modelloader/resources/config/model-loader.properties b/charts/aai-modelloader/resources/config/model-loader.properties index 38c2548..e9b24b6 100644 --- a/charts/aai-modelloader/resources/config/model-loader.properties +++ b/charts/aai-modelloader/resources/config/model-loader.properties @@ -24,7 +24,7 @@ ml.aai.AUTH_USER=ModelLoader ml.aai.AUTH_PASSWORD=OBF:1qvu1v2h1sov1sar1wfw1j7j1wg21saj1sov1v1x1qxw # Model Loader Babel REST Client Configuration\r -ml.babel.BASE_URL=https://babel.{{.Release.Namespace}}:9516 +ml.babel.BASE_URL=https://aai-babel.{{.Release.Namespace}}:9516 ml.babel.GENERATE_ARTIFACTS_URL=/services/babel-service/v1/app/generateArtifacts ml.babel.KEYSTORE_FILE=babel-client-cert.p12 ml.babel.KEYSTORE_PASSWORD=OBF:1y0q1uvc1uum1uvg1pil1pjl1uuq1uvk1uuu1y10 -- cgit 1.2.3-korg