X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=kubernetes%2Fcds%2Fcomponents%2Fcds-blueprints-processor%2Fvalues.yaml;h=3244748176d01df9c21f4dd80f0d2cc11770ddd3;hb=71bc5d3d23f36acd27c995dfccf01918c17c71a8;hp=d713d10fad329545e8770e00f35d5db96a599b01;hpb=7d3b01458ca1af5316552683176cfa50c5ff5b8e;p=oom.git diff --git a/kubernetes/cds/components/cds-blueprints-processor/values.yaml b/kubernetes/cds/components/cds-blueprints-processor/values.yaml index d713d10fad..3244748176 100755 --- a/kubernetes/cds/components/cds-blueprints-processor/values.yaml +++ b/kubernetes/cds/components/cds-blueprints-processor/values.yaml @@ -66,7 +66,7 @@ secrets: # Application configuration defaults. ################################################################# # application image -image: onap/ccsdk-blueprintsprocessor:1.4.2 +image: onap/ccsdk-blueprintsprocessor:1.5.3 pullPolicy: Always # flag to enable debugging - application support required @@ -203,23 +203,24 @@ flavor: small resources: small: limits: - cpu: 2 - memory: 4Gi - requests: cpu: 1 - memory: 1Gi + memory: 1.8Gi + requests: + cpu: 0.5 + memory: 1.8Gi large: limits: - cpu: 4 - memory: 8Gi - requests: cpu: 2 - memory: 4Gi + memory: 3.6Gi + requests: + cpu: 1 + memory: 3.6Gi unlimited: {} readinessCheck: wait_for: - - cds-db + apps: + - cds-db #Pods Service Account serviceAccount: @@ -230,3 +231,11 @@ serviceAccount: # workflow store flag workflow: storeEnabled: false + +tracing: + collector: + baseUrl: http://jaeger-collector.istio-system:9411 + sampling: + probability: 1.0 # percentage of requests that are sampled (between 0-1/0%-100%) + ignorePatterns: + - .*/execution-service/health-check