diff options
author | Jimmy Forsyth <jf2512@att.com> | 2018-05-07 16:55:06 -0400 |
---|---|---|
committer | Jimmy Forsyth <jf2512@att.com> | 2018-05-07 22:33:42 -0400 |
commit | 639ccf51b34065b485021a2eec4947dd3bf4ac54 (patch) | |
tree | 18cc794865777d5d0bfd2ab6e9e1b1acf663f990 /charts | |
parent | ae29f3c1227e96337aff9bfef8afd016818a0c8a (diff) |
Remove babel service name override
Issue-ID: AAI-1110
Change-Id: I8d040b82dc7250ebba93b3bb5e4630c9b3e00c10
Signed-off-by: Jimmy Forsyth <jf2512@att.com>
Diffstat (limited to 'charts')
-rw-r--r-- | charts/aai-babel/values.yaml | 1 | ||||
-rw-r--r-- | charts/aai-modelloader/resources/config/model-loader.properties | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/charts/aai-babel/values.yaml b/charts/aai-babel/values.yaml index ef872a0..1e74e35 100644 --- a/charts/aai-babel/values.yaml +++ b/charts/aai-babel/values.yaml @@ -52,7 +52,6 @@ readiness: service: type: NodePort - name: babel portName: babel externalPort: 79 internalPort: 9516 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 |