X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=kubernetes%2Fso%2Fcomponents%2Fso-cnf-adapter%2Fvalues.yaml;h=b7e8dd9098f20ad7cc48e97745b9a002b1b123fa;hb=e1d12cb0768338e19c450924e705c829f5d77571;hp=195d62d4b700d4eebee5e3b85669b594882a2474;hpb=8a9bb06970d6ee75df5f5e53743e0222eabb4b75;p=oom.git diff --git a/kubernetes/so/components/so-cnf-adapter/values.yaml b/kubernetes/so/components/so-cnf-adapter/values.yaml index 195d62d4b7..b7e8dd9098 100755 --- a/kubernetes/so/components/so-cnf-adapter/values.yaml +++ b/kubernetes/so/components/so-cnf-adapter/values.yaml @@ -17,10 +17,7 @@ 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 persistence: mountPath: /dockerdata-nfs security: @@ -29,7 +26,8 @@ global: aaf: auth: header: ${AAF_AUTH} - + aai: + enabled: true ################################################################# # Secrets metaconfig ################################################################# @@ -72,18 +70,20 @@ 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/so-cnf-adapter:1.9.1 pullPolicy: Always +readinessCheck: + wait_for: + jobs: + - '{{ include "common.release" . }}-so-mariadb-config-job' + db: userName: so_user userPassword: so_User123 @@ -91,7 +91,6 @@ db: adminName: so_admin adminPassword: so_Admin123 # adminCredsExternalSecret: some secret - server: aaf: username: so@so.onap.org @@ -106,18 +105,16 @@ 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 -logPath: ./logs/cnf/ +logPath: ./logs/cnf-adapter/ app: cnf-adapter service: type: ClusterIP @@ -128,7 +125,6 @@ updateStrategy: type: RollingUpdate maxUnavailable: 1 maxSurge: 1 - soHelpers: nameOverride: so-cnf-cert-init certInitializer: @@ -137,7 +133,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 +152,6 @@ resources: memory: 2Gi cpu: 1000m unlimited: {} - livenessProbe: path: /manage/health port: 8090 @@ -167,12 +161,14 @@ livenessProbe: timeoutSeconds: 10 successThreshold: 1 failureThreshold: 3 - ingress: enabled: false - nodeSelector: {} - tolerations: [] - affinity: {} + +#Pods Service Account +serviceAccount: + nameOverride: so-cnf-adapter + roles: + - read