X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=kubernetes%2Fso%2Fcomponents%2Fso-bpmn-infra%2Fvalues.yaml;h=92c0a614c9c37a7c6ca1023d9f24d37a1c4c820f;hb=71a1981562725be2c9571015f11fcb406629986c;hp=2bb7d7b44c32bb78cfa565e1d2253797dbad0fa5;hpb=7b10a7c8da9c28b3b01a32f603d2231afb2622a2;p=oom.git diff --git a/kubernetes/so/components/so-bpmn-infra/values.yaml b/kubernetes/so/components/so-bpmn-infra/values.yaml index 2bb7d7b44c..92c0a614c9 100755 --- a/kubernetes/so/components/so-bpmn-infra/values.yaml +++ b/kubernetes/so/components/so-bpmn-infra/values.yaml @@ -17,10 +17,6 @@ global: nodePortPrefix: 302 nodePortPrefixExt: 304 - repository: nexus3.onap.org:10001 - readinessImage: onap/oom/readiness:3.0.1 - aafAgentImage: onap/aaf/aaf_agent:2.1.20 - envsubstImage: dibi/envsubst persistence: mountPath: /dockerdata-nfs #This configuration specifies Service and port for SDNC OAM interface @@ -38,7 +34,8 @@ global: readinessCheck: wait_for: - - so-mariadb-config + jobs: + - '{{ include "common.release" . }}-so-mariadb-config-job' ################################################################# # Secrets metaconfig @@ -66,10 +63,16 @@ secrets: ################################################################# # Application configuration defaults. ################################################################# -repository: nexus3.onap.org:10001 -image: onap/so/bpmn-infra:1.7.10 +image: onap/so/bpmn-infra:1.9.2 pullPolicy: Always +bpmn: + historyTTL: 14 + +camunda: + sundayCleanupWindowStartTime: "04:00" + sundayCleanupWindowEndTime: "10:00" + db: userName: so_user userPassword: so_User123 @@ -101,7 +104,7 @@ mso: oof: auth: test:testpwd so: - vnfm: + sol003: adapter: auth: Basic dm5mbTpwYXNzd29yZDEk sniro: @@ -170,3 +173,9 @@ ingress: nodeSelector: {} tolerations: [] affinity: {} + +#Pods Service Account +serviceAccount: + nameOverride: so-bpmn-infra + roles: + - read