From 9ed650535002af727f79bb33af89ed4f9947bb84 Mon Sep 17 00:00:00 2001 From: Mandeep Khinda Date: Mon, 9 Apr 2018 21:09:51 +0000 Subject: Removing aai oxm files from configmaps -they have no parameterization, are huge files, and are breaching the configmap space removing them and finding an alternate way of getting them into the containers if they need to be externalized that can be done in a separate issue. for now emptyDir{} is good enough. Issue-ID: OOM-858 Change-Id: I05602302890dd3e0363dc355f1697b76fea509a1 Signed-off-by: Mandeep Khinda --- kubernetes/aai/charts/aai-data-router/values.yaml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'kubernetes/aai/charts/aai-data-router/values.yaml') diff --git a/kubernetes/aai/charts/aai-data-router/values.yaml b/kubernetes/aai/charts/aai-data-router/values.yaml index 3957df156d..c4bfc62a40 100644 --- a/kubernetes/aai/charts/aai-data-router/values.yaml +++ b/kubernetes/aai/charts/aai-data-router/values.yaml @@ -12,10 +12,15 @@ image: onap/data-router:v1.1.0 pullPolicy: Always restartPolicy: Always +dockerhubRepository: registry.hub.docker.com +ubuntuInitImage: oomk8s/ubuntu-init:2.0.0 + # application configuration config: keyStorePassword: OBF:1y0q1uvc1uum1uvg1pil1pjl1uuq1uvk1uuu1y10 keyManagerPassword: OBF:1y0q1uvc1uum1uvg1pil1pjl1uuq1uvk1uuu1y10 + gerritBranch: master + gerritProject: http://gerrit.onap.org/r/aai/test-config # default number of instances -- cgit 1.2.3-korg