Update SO image version in OOM
[oom.git] / kubernetes / so / values.yaml
index b01d486..c32b55b 100755 (executable)
 # 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.
+#################################################################
+# Global configuration defaults.
+#################################################################
+global:
+  nodePortPrefix: 302
+  nodePortPrefixExt: 304
+  repository: nexus3.onap.org:10001
+  readinessRepository: oomk8s
+  readinessImage: readiness-check:2.0.0
+  persistence:
+    mountPath: /dockerdata-nfs
+
+#################################################################
+# Application configuration defaults.
+#################################################################
 repository: nexus3.onap.org:10001
-image: onap/so/api-handler-infra:latest
-pullPolicy: IfNotPresent
+image: onap/so/api-handler-infra:1.4.0-STAGING-latest
+pullPolicy: Always
+
 replicaCount: 1
 minReadySeconds: 10
 containerPort: 8080
@@ -23,12 +39,13 @@ service:
     type: NodePort
     nodePort: 77
     internalPort: 8080
+    externalPort: 8080
     portName: so-apih-port
 updateStrategy:
     type: RollingUpdate
     maxUnavailable: 1
     maxSurge: 1
-# Resource Limit flavor -By Default using small 
+# Resource Limit flavor -By Default using small
 flavor: small
 # Segregation for Different environment (Small and Large)
 resources:
@@ -46,6 +63,7 @@ resources:
     requests:
       cpu: 1000m
       memory: 2Gi
+  unlimited: {}
 livenessProbe:
     path: /manage/health
     scheme: HTTP
@@ -54,13 +72,25 @@ livenessProbe:
     timeoutSeconds: 10
     successThreshold: 1
     failureThreshold: 3
-global:
-  nodePortPrefix: 302
-  # docker repository
-  repository: nexus3.onap.org:10001
-  # image pull Policy
-  pullPolicy: IfNotPresent
 mariadb:
-  nameOverride: so-db
+  nameOverride: so-mariadb
+so-bpmn-infra:
+  mariadb:
+    nameOverride: so-mariadb
+so-catalog-db-adapter:
+  mariadb:
+    nameOverride: so-mariadb
+so-openstack-adapter:
+  mariadb:
+    nameOverride: so-mariadb
+so-request-db-adapter:
+  mariadb:
+    nameOverride: so-mariadb
+so-sdc-controller:
+  mariadb:
+    nameOverride: so-mariadb
+so-vfc-adapter:
+  mariadb:
+    nameOverride: so-mariadb
 nodeSelector: {}
 affinity: {}