Merge "[SO] Update SO images to 1.7.12" into guilin
[oom.git] / kubernetes / so / components / so-cnf-adapter / values.yaml
index 195d62d..c0dc1cf 100755 (executable)
 global:
   nodePortPrefix: 302
   nodePortPrefixExt: 304
-  repository: nexus3.onap.org:10001
-  readinessImage: oomk8s/readiness-check:2.2.2
   soCryptoImage: sdesbure/so_crypto:latest
   dockerHubRepository: docker.io
+  readinessImage: onap/oom/readiness:3.0.1
   persistence:
     mountPath: /dockerdata-nfs
   security:
@@ -29,7 +28,6 @@ global:
   aaf:
     auth:
       header: ${AAF_AUTH}
-
 #################################################################
 # Secrets metaconfig
 #################################################################
@@ -72,18 +70,15 @@ secrets:
     type: password
     externalSecret: '{{ tpl (default "" .Values.mso.msoKeySecret) . }}'
     password: '{{ .Values.mso.msoKey }}'
-
 #secretsFilePaths: |
 #  - 'my file 1'
 #  - '{{ include "templateThatGeneratesFileName" . }}'
-
 #################################################################
 # Application configuration defaults.
 #################################################################
 repository: nexus3.onap.org:10001
-image: onap/so/mso-cnf-adapter:1.7.1
+image: onap/so/mso-cnf-adapter:1.7.12
 pullPolicy: Always
-
 db:
   userName: so_user
   userPassword: so_User123
@@ -91,7 +86,6 @@ db:
   adminName: so_admin
   adminPassword: so_Admin123
   # adminCredsExternalSecret: some secret
-
 server:
   aaf:
     username: so@so.onap.org
@@ -106,14 +100,12 @@ server:
     username: mso_admin
     password: password1$
   # actuatorCredsExternalSecret: some secret
-
 mso:
   msoKey: 07a7159d3bf51a0e53be7a8f89699be7
   # msoKeySecret: some secret
   adapters:
     requestDb:
       auth: ${REQUEST_AUTH}
-
 replicaCount: 1
 minReadySeconds: 10
 containerPort: &containerPort 8090
@@ -128,7 +120,6 @@ updateStrategy:
   type: RollingUpdate
   maxUnavailable: 1
   maxSurge: 1
-
 soHelpers:
   nameOverride: so-cnf-cert-init
   certInitializer:
@@ -137,7 +128,6 @@ soHelpers:
   cadi:
     apiEnforcement: org.onap.so.openStackAdapterPerm
   containerPort: *containerPort
-
 # Resource Limit flavor -By Default using small
 flavor: small
 # Segregation for Different environment (Small and Large)
@@ -157,7 +147,6 @@ resources:
       memory: 2Gi
       cpu: 1000m
   unlimited: {}
-
 livenessProbe:
   path: /manage/health
   port: 8090
@@ -167,12 +156,9 @@ livenessProbe:
   timeoutSeconds: 10
   successThreshold: 1
   failureThreshold: 3
-
 ingress:
   enabled: false
-
 nodeSelector: {}
-
 tolerations: []
-
 affinity: {}
+