# # ===========LICENSE_START==================================================== # Copyright © 2022-2025 OpenInfra Foundation Europe. All rights reserved. # Modifications Copyright 2024-2025 Deutsche Telekom # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # SPDX-License-Identifier: Apache-2.0 # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # 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. # ============LICENSE_END===================================================== # ################################################################# # Global configuration defaults. ################################################################# global: aafEnabled: false prometheusEnabled: false kafkaServer: kafka repository: nexus3.onap.org:10001 pullPolicy: IfNotPresent dockerRepository: docker.io image: readiness: onap/oom/readiness:6.1.2 postgres: library/postgres:16.4 api: onap/policy-api:$tag pap: onap/policy-pap:$tag apex: onap/policy-apex-pdp:$tag simulator: onap/policy-models-simulator:$tag pdpdcl: onap/policy-pdpd-cl:$tag xacml: onap/policy-xacml-pdp:$tag opa: onap/policy-opa-pdp:$tag distribution: onap/policy-distribution:$tag runtimeacm: onap/policy-clamp-runtime-acm:$tag kserveparticipant: onap/policy-clamp-ac-kserve-ppnt:$tag k8sparticipant: onap/policy-clamp-ac-k8s-ppnt:$tag pfparticipant: onap/policy-clamp-ac-pf-ppnt:$tag httpparticipant: onap/policy-clamp-ac-http-ppnt:$tag simparticipant: onap/policy-clamp-ac-sim-ppnt:$tag a1pmsparticipant: onap/policy-clamp-ac-a1pms-ppnt:$tag dbMigrator: onap/policy-db-migrator:$tag postgres: enabled: true policy-models-simulator: enabled: true policy-api: enabled: true policy-pap: enabled: true policy-clamp-ac-k8s-ppnt: enabled: false policy-clamp-runtime-acm: enabled: true policy-apex-pdp: enabled: false policy-clamp-ac-pf-ppnt: enabled: false policy-drools-pdp: enabled: false policy-xacml-pdp: enabled: false policy-opa-pdp: enabled: false policy-distribution: enabled: false policy-clamp-ac-http-ppnt: enabled: false policy-clamp-ac-sim-ppnt: enabled: false policy-clamp-ac-kserve-ppnt: enabled: false policy-clamp-ac-a1pms-ppnt: enabled: false jaeger: enabled: false fullnameOverride: jaeger enableHttpOpenTelemetryCollector: true ################################################################# # DB configuration defaults. ################################################################# dbConfig: postgres: user: "policy-user" service: "postgres-service" port: "5432" password: "policy-user" dbmigrator: image: onap/policy-db-migrator:$tag policy_home: "/opt/app/policy" policyadmin: schema: policyadmin clampacm: schema: clampacm subChartsOnly: enabled: true # flag to enable debugging - application support required debugEnabled: false # default number of instances #replicaCount: 1 nodeSelector: {} affinity: {} # Resource Limit flavor -By Default using small # Segregation for Different environment (small, large, or unlimited) flavor: small resources: small: limits: cpu: 1 memory: 4Gi requests: cpu: 100m memory: 1Gi unlimited: {} #Pods Service Account serviceAccount: nameOverride: policy roles: - read