summaryrefslogtreecommitdiffstats
path: root/values.yaml
diff options
context:
space:
mode:
authorMike Elliott <mike.elliott@amdocs.com>2018-05-08 14:22:13 -0400
committerMike Elliott <mike.elliott@amdocs.com>2018-05-08 16:27:16 -0400
commit77a201bf8b09dba3ab89cc635ec8fa0efcaa11c4 (patch)
treec298ba5c90611350b386036b35cb94e6e84e3789 /values.yaml
parent92e9569f5fe2885a71c2cf73aa4d597ebfd6d6d3 (diff)
Remove AAF truststore files from configmap
Moved security-related files from the configmap to an init container, to dramatically reduce the overall size of the ONAP deployment configmap. Change-Id: I5e1c176f14d2e010c69e6c1e86c487583ed18f59 Issue-ID: OOM-1061 Signed-off-by: Mike Elliott <mike.elliott@amdocs.com>
Diffstat (limited to 'values.yaml')
-rw-r--r--values.yaml5
1 files changed, 5 insertions, 0 deletions
diff --git a/values.yaml b/values.yaml
index 805d3d1..1724be8 100644
--- a/values.yaml
+++ b/values.yaml
@@ -20,6 +20,8 @@ global:
repositorySecret: eyJuZXh1czMub25hcC5vcmc6MTAwMDEiOnsidXNlcm5hbWUiOiJkb2NrZXIiLCJwYXNzd29yZCI6ImRvY2tlciIsImVtYWlsIjoiQCIsImF1dGgiOiJaRzlqYTJWeU9tUnZZMnRsY2c9PSJ9fQ==
readinessRepository: oomk8s
readinessImage: readiness-check:2.0.0
+ ubuntuInitRepository: registry.hub.docker.com
+ ubuntuInitImage: oomk8s/ubuntu-init:2.0.0
persistence:
enabled: true
@@ -35,6 +37,9 @@ config:
helloServiceName: aaf-hello
oauthServiceName: aaf-oauth
csServiceName: aaf-cass
+ # gerrit branch where the latest aaf/auth/sample/public code exists
+ gerritProject: http://gerrit.onap.org/r/aaf/authz.git
+ gerritBranch: master
# default number of instances
replicaCount: 1