diff options
author | Mandeep Khinda <mandeep.khinda@amdocs.com> | 2018-04-09 21:09:51 +0000 |
---|---|---|
committer | Mandeep Khinda <mandeep.khinda@amdocs.com> | 2018-04-09 21:09:51 +0000 |
commit | 9ed650535002af727f79bb33af89ed4f9947bb84 (patch) | |
tree | fdac36fd32b563edfdffddba5ca67b07e506c163 /kubernetes/aai/charts/aai-sparky-be/values.yaml | |
parent | d96413f48c8a5709a54bdb22a565035313ecef02 (diff) |
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 <mandeep.khinda@amdocs.com>
Diffstat (limited to 'kubernetes/aai/charts/aai-sparky-be/values.yaml')
-rw-r--r-- | kubernetes/aai/charts/aai-sparky-be/values.yaml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/kubernetes/aai/charts/aai-sparky-be/values.yaml b/kubernetes/aai/charts/aai-sparky-be/values.yaml index 34be1befb2..df058a4af2 100644 --- a/kubernetes/aai/charts/aai-sparky-be/values.yaml +++ b/kubernetes/aai/charts/aai-sparky-be/values.yaml @@ -12,11 +12,16 @@ image: onap/sparky-be:v1.1.0 pullPolicy: Always restartPolicy: Always +dockerhubRepository: registry.hub.docker.com +ubuntuInitImage: oomk8s/ubuntu-init:2.0.0 # application configuration config: elasticsearchHttpPort: 9200 keyStorePassword: OBF:1i9a1u2a1unz1lr61wn51wn11lss1unz1u301i6o keyManagerPassword: OBF:1i9a1u2a1unz1lr61wn51wn11lss1unz1u301i6o + gerritBranch: master + gerritProject: http://gerrit.onap.org/r/aai/test-config + # override chart name (sparky-be) to share a common namespace # suffix with parent chart (aai) |