summaryrefslogtreecommitdiffstats
path: root/kubernetes/appc/values.yaml
diff options
context:
space:
mode:
authorTaka Cho <takamune.cho@att.com>2019-07-23 14:46:32 -0400
committerTaka Cho <takamune.cho@att.com>2019-07-23 14:47:38 -0400
commit44a45d337af7961aa1fed8e0f06aaade997ac6a0 (patch)
treeea1757bf19044cf27b9861b93df489019c9b62b4 /kubernetes/appc/values.yaml
parent25d245fc8a18f34fa64fca0086acdf19fbc50e0e (diff)
sync with oom master
keep staging branch for El Alto release Issue-ID: APPC-1656 Change-Id: I5e687ebcfc6eb5c3090bc36a8cb518461d06fecf Signed-off-by: Taka Cho <takamune.cho@att.com>
Diffstat (limited to 'kubernetes/appc/values.yaml')
-rw-r--r--kubernetes/appc/values.yaml8
1 files changed, 5 insertions, 3 deletions
diff --git a/kubernetes/appc/values.yaml b/kubernetes/appc/values.yaml
index a19b67d802..937642bd99 100644
--- a/kubernetes/appc/values.yaml
+++ b/kubernetes/appc/values.yaml
@@ -31,7 +31,7 @@ global:
flavor: small
# application image
repository: nexus3.onap.org:10001
-image: onap/appc-image:1.5.3
+image: onap/appc-image:1.6.0-SNAPSHOT-latest
pullPolicy: Always
# flag to enable debugging - application support required
@@ -39,6 +39,8 @@ debugEnabled: false
# application configuration
config:
+ odlUid: 100
+ odlGid: 101
ansibleServiceName: appc-ansible-server
ansiblePort: 8000
mariadbRootPassword: secretpassword
@@ -118,9 +120,9 @@ service:
name: appc
portName: appc
#targetPort
- internalPort: 8181
+ internalPort: 8443
#port
- externalPort: 8282
+ externalPort: 8443
nodePort: 30
externalPort2: 1830