Sync docker image versions from manifest
[oom.git] / kubernetes / so / values.yaml
index b929fcc..d7a769a 100644 (file)
@@ -1,18 +1,33 @@
+# Copyright © 2017 Amdocs, Bell Canada
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+#       http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
 # Default values for so.
 # This is a YAML-formatted file.
 # Declare variables to be passed into your templates.
 global: # global defaults
   nodePortPrefix: 302
-  repositorySecret: eyJuZXh1czMub25hcC5vcmc6MTAwMDEiOnsidXNlcm5hbWUiOiJkb2NrZXIiLCJwYXNzd29yZCI6ImRvY2tlciIsImVtYWlsIjoiQCIsImF1dGgiOiJaRzlqYTJWeU9tUnZZMnRsY2c9PSJ9fQ==
   readinessRepository: oomk8s
-  readinessImage: readiness-check:1.0.0
+  readinessImage: readiness-check:2.0.0
   loggingRepository: docker.elastic.co
   loggingImage: beats/filebeat:5.5.0
 
+subChartsOnly:
+  enabled: true
 
 # application image
 repository: nexus3.onap.org:10001
-image: openecomp/mso:1.2-STAGING-latest
+image: openecomp/mso:1.2.2
 pullPolicy: Always
   
 # flag to enable debugging - application support required
@@ -28,7 +43,33 @@ config:
   openStackKeyStoneUrl: "http://1.2.3.4:5000"
   openStackServiceTenantName: "service"
   openStackEncryptedPasswordHere: "c124921a3a0efbe579782cde8227681e"
+  logstashServiceName: log-ls
+  logstashPort: 5044
+  sniro:
+    serviceName: sniro-emulator
+    port: 80
+  aai:
+    serviceName: aai
+    port: 8443
+  messagerouter:
+    serviceName: message-router
+    port: 3904
+  msb:
+    serviceName: msb-iag
+    port: 80
+  oof:
+    serviceName: oof-has-api
+    port: 8091
+  sdnc:
+    serviceName: sdnc
+    port: 8282
+  sdc:
+    serviceName: sdc-be
+    port: 8443
 
+# subchart configuration
+mariadb:
+  nameOverride: so-db
 
 # default number of instances
 replicaCount: 1
@@ -52,16 +93,17 @@ readiness:
 service:
   type: NodePort
   name: so
-  externalPort: 23
+  portName: so
   internalPort: 8080
-  externalPort2: 25
+  nodePort: 23
   internalPort2: 3904
-  externalPort3: 24
+  nodePort2: 25
   internalPort3: 3905
-  externalPort4: 22
+  nodePort3: 24
   internalPort4: 9990
-  externalPort5: 50
+  nodePort4: 22
   internalPort5: 8787
+  nodePort5: 50
 
 ingress:
   enabled: false