Sylvain Desbureaux | 7007041 | 2020-11-09 21:58:48 +0100 | [diff] [blame] | 1 | # Copyright (c) 2018 Amdocs, Bell Canada, AT&T |
| 2 | # Modifications Copyright (c) 2020 Nokia |
Sylvain Desbureaux | 331f004 | 2021-01-18 11:38:49 +0100 | [diff] [blame] | 3 | # Modifications Copyright (c) 2021 Orange |
efiacor | d12c167 | 2023-03-23 12:10:50 +0000 | [diff] [blame] | 4 | # Modifications Copyright © 2023 Nordix Foundation |
Sylvain Desbureaux | 7007041 | 2020-11-09 21:58:48 +0100 | [diff] [blame] | 5 | # |
| 6 | # Licensed under the Apache License, Version 2.0 (the "License"); |
| 7 | # you may not use this file except in compliance with the License. |
| 8 | # You may obtain a copy of the License at |
| 9 | # |
| 10 | # http://www.apache.org/licenses/LICENSE-2.0 |
| 11 | # |
| 12 | # Unless required by applicable law or agreed to in writing, software |
| 13 | # distributed under the License is distributed on an "AS IS" BASIS, |
| 14 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 15 | # See the License for the specific language governing permissions and |
| 16 | # limitations under the License. |
| 17 | |
| 18 | # Default values for traversal. |
| 19 | # This is a YAML-formatted file. |
| 20 | # Declare variables to be passed into your templates. |
| 21 | global: # global defaults |
| 22 | nodePortPrefix: 302 |
Kv | bc2df7b | 2024-05-20 11:31:17 +0530 | [diff] [blame] | 23 | kafkaBootstrap: strimzi-kafka-bootstrap |
| 24 | aaiTravKafkaUser: aai-trav-kafka-user |
Fiete Ostkamp | 60a0ed2 | 2024-06-16 10:07:47 +0200 | [diff] [blame] | 25 | |
Sylvain Desbureaux | 5b65132 | 2020-12-07 15:34:15 +0100 | [diff] [blame] | 26 | cassandra: |
| 27 | #Service Name of the cassandra cluster to connect to. |
| 28 | #Override it to aai-cassandra if localCluster is enabled. |
| 29 | serviceName: cassandra |
| 30 | |
Sylvain Desbureaux | 5b65132 | 2020-12-07 15:34:15 +0100 | [diff] [blame] | 31 | # Specifies a list of jobs to be run |
| 32 | jobs: |
| 33 | # When enabled, it will create the schema based on oxm and edge rules |
| 34 | createSchema: |
| 35 | enabled: true |
| 36 | # When enabled, it will create the widget models via REST API to haproxy |
| 37 | updateQueryData: |
| 38 | enabled: true |
| 39 | #migration using helm hooks |
| 40 | migration: |
| 41 | enabled: false |
| 42 | |
| 43 | # Common configuration for resources traversal and graphadmin |
| 44 | config: |
| 45 | # User information for the admin user in container |
| 46 | userId: 1000 |
| 47 | groupId: 1000 |
| 48 | |
| 49 | # Specifies that the cluster connected to a dynamic |
| 50 | # cluster being spinned up by kubernetes deployment |
| 51 | cluster: |
| 52 | cassandra: |
| 53 | dynamic: true |
| 54 | |
| 55 | # Specifies if the basic authorization is enabled |
| 56 | basic: |
| 57 | auth: |
| 58 | enabled: true |
| 59 | username: AAI |
| 60 | passwd: AAI |
| 61 | |
| 62 | # Active spring profiles for the resources microservice |
| 63 | profiles: |
Kv | bc2df7b | 2024-05-20 11:31:17 +0530 | [diff] [blame] | 64 | active: production,kafka |
Sylvain Desbureaux | 5b65132 | 2020-12-07 15:34:15 +0100 | [diff] [blame] | 65 | |
| 66 | # Notification event specific properties |
| 67 | notification: |
| 68 | eventType: AAI-EVENT |
| 69 | domain: dev |
| 70 | |
| 71 | # Schema specific properties that include supported versions of api |
| 72 | schema: |
| 73 | # Specifies if the connection should be one way ssl, two way ssl or no auth |
| 74 | service: |
efiacor | d12c167 | 2023-03-23 12:10:50 +0000 | [diff] [blame] | 75 | client: no-auth |
Sylvain Desbureaux | 5b65132 | 2020-12-07 15:34:15 +0100 | [diff] [blame] | 76 | # Specifies which translator to use if it has schema-service, then it will make a rest request to schema service |
| 77 | translator: |
| 78 | list: schema-service |
| 79 | source: |
| 80 | # Specifies which folder to take a look at |
| 81 | name: onap |
| 82 | uri: |
| 83 | # Base URI Path of the application |
| 84 | base: |
| 85 | path: /aai |
| 86 | version: |
| 87 | # Current version of the REST API |
| 88 | api: |
Fiete Ostkamp | 1da9965 | 2024-05-28 08:51:51 +0200 | [diff] [blame] | 89 | default: v29 |
Sylvain Desbureaux | 5b65132 | 2020-12-07 15:34:15 +0100 | [diff] [blame] | 90 | # Specifies which version the depth parameter is configurable |
| 91 | depth: v11 |
| 92 | # List of all the supported versions of the API |
Fiete Ostkamp | 1da9965 | 2024-05-28 08:51:51 +0200 | [diff] [blame] | 93 | list: v11,v12,v13,v14,v15,v16,v17,v18,v19,v20,v21,v22,v23,v24,v25,v26,v27,v28,v29 |
Sylvain Desbureaux | 5b65132 | 2020-12-07 15:34:15 +0100 | [diff] [blame] | 94 | # Specifies from which version related link should appear |
| 95 | related: |
| 96 | link: v11 |
| 97 | # Specifies from which version the app root change happened |
| 98 | app: |
| 99 | root: v11 |
| 100 | # Specifies from which version the xml namespace changed |
| 101 | namespace: |
| 102 | change: v12 |
| 103 | # Specifies from which version the edge label appeared in API |
| 104 | edge: |
| 105 | label: v12 |
| 106 | |
Sylvain Desbureaux | 5b65132 | 2020-12-07 15:34:15 +0100 | [diff] [blame] | 107 | # Specifies which clients should always default to realtime graph connection |
| 108 | realtime: |
| 109 | clients: SDNC,MSO,SO,robot-ete |
Kv | bc2df7b | 2024-05-20 11:31:17 +0530 | [diff] [blame] | 110 | kafkaBootstrap: strimzi-kafka-bootstrap |
| 111 | jaasConfExternalSecret: '{{ include "common.release" . }}-{{ .Values.global.aaiTravKafkaUser }}' |
| 112 | someConfig: random |
| 113 | aaiTopic: AAI-EVENT |
Sylvain Desbureaux | 7007041 | 2020-11-09 21:58:48 +0100 | [diff] [blame] | 114 | |
Sylvain Desbureaux | 7007041 | 2020-11-09 21:58:48 +0100 | [diff] [blame] | 115 | # application image |
Fiete Ostkamp | 004ebce | 2024-07-05 15:26:43 +0200 | [diff] [blame^] | 116 | image: onap/aai-traversal:1.14.4 |
Sylvain Desbureaux | 7007041 | 2020-11-09 21:58:48 +0100 | [diff] [blame] | 117 | pullPolicy: Always |
| 118 | restartPolicy: Always |
| 119 | flavor: small |
| 120 | flavorOverride: small |
M.Hosnidokht | 15fea93 | 2021-08-25 09:08:40 -0400 | [diff] [blame] | 121 | # the minimum number of seconds that a newly created Pod should be ready |
| 122 | minReadySeconds: 30 |
| 123 | updateStrategy: |
| 124 | type: RollingUpdate |
| 125 | # The number of pods that can be unavailable during the update process |
| 126 | maxUnavailable: 0 |
| 127 | # The number of pods that can be created above the desired amount of pods during an update |
| 128 | maxSurge: 1 |
Sylvain Desbureaux | 331f004 | 2021-01-18 11:38:49 +0100 | [diff] [blame] | 129 | |
| 130 | api_list: |
| 131 | - 11 |
| 132 | - 12 |
| 133 | - 13 |
| 134 | - 14 |
| 135 | - 15 |
| 136 | - 16 |
| 137 | - 17 |
| 138 | - 18 |
| 139 | - 19 |
Fiete Ostkamp | 60a0ed2 | 2024-06-16 10:07:47 +0200 | [diff] [blame] | 140 | - 20 |
| 141 | - 21 |
| 142 | - 22 |
| 143 | - 23 |
| 144 | - 24 |
| 145 | - 25 |
| 146 | - 26 |
| 147 | - 27 |
| 148 | - 28 |
| 149 | - 29 |
Sylvain Desbureaux | 331f004 | 2021-01-18 11:38:49 +0100 | [diff] [blame] | 150 | |
| 151 | aai_enpoints: |
| 152 | - name: aai-generic-query |
| 153 | url: search/generic-query |
| 154 | - name: aai-nodes-query |
| 155 | url: search/nodes-query |
| 156 | - name: aai-nquery |
| 157 | url: query |
| 158 | |
Sylvain Desbureaux | 7007041 | 2020-11-09 21:58:48 +0100 | [diff] [blame] | 159 | # application configuration |
| 160 | config: |
Fiete Ostkamp | 60a0ed2 | 2024-06-16 10:07:47 +0200 | [diff] [blame] | 161 | |
Sam Huang | 56a6dd4 | 2021-03-26 13:27:17 -0600 | [diff] [blame] | 162 | # configure keycloak according to your environment. |
| 163 | # don't forget to add keycloak in active profiles above (global.config.profiles) |
| 164 | keycloak: |
| 165 | host: keycloak.your.domain |
| 166 | port: 8180 |
| 167 | # Specifies a set of users, credentials, roles, and groups |
| 168 | realm: aai-traversal |
| 169 | # Used by any client application for enabling fine-grained authorization for their protected resources |
| 170 | resource: aai-traversal-app |
| 171 | # If set to true, additional criteria will be added into traversal query to returns all the vertices that match |
| 172 | # the data-owner property with the given role to the user in keycloak |
| 173 | multiTenancy: |
| 174 | enabled: true |
Fiete Ostkamp | 40cbf9b | 2024-01-08 16:04:02 +0100 | [diff] [blame] | 175 | janusgraph: |
| 176 | caching: |
| 177 | # enable when running read-heavy workloads |
| 178 | # modifications to graph done by this service/janusgraph instance will immediately invalidate the cache |
Fiete Ostkamp | 60a0ed2 | 2024-06-16 10:07:47 +0200 | [diff] [blame] | 179 | # modifications to graph done by other services (traversal) will only be visible |
Fiete Ostkamp | 40cbf9b | 2024-01-08 16:04:02 +0100 | [diff] [blame] | 180 | # after time specified in db-cache-time |
Fiete Ostkamp | 60a0ed2 | 2024-06-16 10:07:47 +0200 | [diff] [blame] | 181 | enabled: true |
Fiete Ostkamp | 40cbf9b | 2024-01-08 16:04:02 +0100 | [diff] [blame] | 182 | # Documentation: https://docs.janusgraph.org/operations/cache/#database-level-caching |
| 183 | dbCacheTime: 180000 # in milliseconds |
| 184 | dbCacheSize: 0.1 # percentage (expressed as a decimal between 0 and 1) of the total heap space available to the JVM running |
| 185 | dbCacheCleanWait: 20 # in milliseconds |
Fiete Ostkamp | 60a0ed2 | 2024-06-16 10:07:47 +0200 | [diff] [blame] | 186 | # temporarily enable this to update the graph storage version |
| 187 | # see: https://docs.janusgraph.org/changelog/#upgrade-instructions_9 |
| 188 | allowUpgrade: true |
Sam Huang | 56a6dd4 | 2021-03-26 13:27:17 -0600 | [diff] [blame] | 189 | |
Sylvain Desbureaux | 7007041 | 2020-11-09 21:58:48 +0100 | [diff] [blame] | 190 | # Specifies timeout information such as application specific and limits |
| 191 | timeout: |
| 192 | # If set to true application will timeout for queries taking longer than limit |
| 193 | enabled: true |
| 194 | # Specifies which apps (X-FromAppId) header should get overridden and (-1) no timeout |
| 195 | appspecific: JUNITTESTAPP1,1|JUNITTESTAPP2,-1|DCAE-CCS,-1|DCAES,-1|AAI-FILEGEN-GFPIP,-1 |
| 196 | # Specifies how long should it wait before timing out the REST request |
| 197 | limit: 180000 |
| 198 | |
Andreas Geissler | 2ac422a | 2023-10-25 14:19:19 +0200 | [diff] [blame] | 199 | # environment variables added to the launch of the image in deployment |
| 200 | env: |
| 201 | MIN_HEAP_SIZE: "512m" |
Fiete Ostkamp | 60a0ed2 | 2024-06-16 10:07:47 +0200 | [diff] [blame] | 202 | MAX_HEAP_SIZE: "2g" |
Andreas Geissler | 2ac422a | 2023-10-25 14:19:19 +0200 | [diff] [blame] | 203 | MAX_METASPACE_SIZE: "512m" |
Fiete Ostkamp | 60a0ed2 | 2024-06-16 10:07:47 +0200 | [diff] [blame] | 204 | # POST_JVM_ARGS: "-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=5005" |
Andreas Geissler | 2ac422a | 2023-10-25 14:19:19 +0200 | [diff] [blame] | 205 | |
Fiete Ostkamp | 21d4864 | 2024-01-16 08:33:59 +0100 | [diff] [blame] | 206 | # adds jvm args for remote debugging the application |
| 207 | debug: |
| 208 | enabled: false |
| 209 | args: "-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=5005" |
| 210 | |
| 211 | # adds jvm args for remote profiling the application |
| 212 | profiling: |
| 213 | enabled: false |
| 214 | args: |
| 215 | - "-Dcom.sun.management.jmxremote" |
| 216 | - "-Dcom.sun.management.jmxremote.ssl=false" |
| 217 | - "-Dcom.sun.management.jmxremote.authenticate=false" |
| 218 | - "-Dcom.sun.management.jmxremote.local.only=false" |
| 219 | - "-Dcom.sun.management.jmxremote.port=9999" |
| 220 | - "-Dcom.sun.management.jmxremote.rmi.port=9999" |
| 221 | - "-Djava.rmi.server.hostname=127.0.0.1" |
| 222 | |
Sylvain Desbureaux | 7007041 | 2020-11-09 21:58:48 +0100 | [diff] [blame] | 223 | # Disables the updateQueryData script to run as part of traversal |
| 224 | disableUpdateQuery: true |
| 225 | |
| 226 | # Override of the DSL Timeout Limit |
| 227 | dslOverride: 'ZV4V7E3N77SKIB6MR9MHQ6M4P6Q99Z7M76RBODA' |
| 228 | |
| 229 | dsl: |
| 230 | # Dsl timeout configuration |
| 231 | timeout: |
| 232 | # Whether or not the dsl is enabled |
| 233 | enabled: true |
| 234 | # Default time limit of the DSL query |
| 235 | limit: 150000 |
| 236 | # App Specific Timeout Limit for each of the X-FromAppId |
| 237 | appspecific: |
| 238 | - JUNITTESTAPP1,1 |
| 239 | - JUNITTESTAPP2,-1 |
| 240 | - AAI-TOOLS,-1 |
| 241 | - DCAE-CCS,1200000 |
| 242 | - DCAES,1200000 |
| 243 | - VPESAT,-1 |
| 244 | - AAI-CACHER,-1 |
| 245 | - VidAaiController,300000 |
| 246 | - AAI-UI,180000 |
| 247 | |
| 248 | persistence: |
| 249 | mountPath: /dockerdata-nfs |
| 250 | mountSubPath: aai/aai-traversal |
| 251 | |
| 252 | # default number of instances |
| 253 | replicaCount: 1 |
| 254 | |
Fiete Ostkamp | 60a0ed2 | 2024-06-16 10:07:47 +0200 | [diff] [blame] | 255 | # number of ReplicaSets that should be retained for the Deployment |
| 256 | revisionHistoryLimit: 2 |
| 257 | |
Sylvain Desbureaux | 7007041 | 2020-11-09 21:58:48 +0100 | [diff] [blame] | 258 | nodeSelector: {} |
| 259 | |
| 260 | affinity: {} |
| 261 | |
| 262 | # probe configuration parameters |
| 263 | liveness: |
| 264 | initialDelaySeconds: 60 |
| 265 | periodSeconds: 60 |
Fiete Ostkamp | 60a0ed2 | 2024-06-16 10:07:47 +0200 | [diff] [blame] | 266 | enabled: true |
Sylvain Desbureaux | 7007041 | 2020-11-09 21:58:48 +0100 | [diff] [blame] | 267 | |
| 268 | readiness: |
| 269 | initialDelaySeconds: 10 |
| 270 | periodSeconds: 10 |
| 271 | |
| 272 | service: |
| 273 | type: ClusterIP |
Fiete Ostkamp | 60a0ed2 | 2024-06-16 10:07:47 +0200 | [diff] [blame] | 274 | traversalPortName: http |
| 275 | traversalPort: 8446 |
| 276 | debugPortName: tcp-5005 |
| 277 | debugPort: 5005 |
| 278 | metricsPortName: metrics |
| 279 | metricsPort: 8448 |
| 280 | profilingPortName: jmx-9999 |
| 281 | profilingPort: 9999 |
| 282 | terminationGracePeriodSeconds: 60 |
leila | 46fb580 | 2022-11-15 11:33:21 -0500 | [diff] [blame] | 283 | sessionAffinity: None |
Sylvain Desbureaux | 7007041 | 2020-11-09 21:58:48 +0100 | [diff] [blame] | 284 | |
| 285 | ingress: |
| 286 | enabled: false |
| 287 | |
AndrewLamb | 0e7c7fe | 2023-05-17 14:13:54 +0100 | [diff] [blame] | 288 | serviceMesh: |
| 289 | authorizationPolicy: |
| 290 | authorizedPrincipals: |
| 291 | - serviceAccount: aai-read |
| 292 | - serviceAccount: consul-read |
| 293 | |
leila | b3bfd4d | 2022-11-10 14:27:16 -0500 | [diff] [blame] | 294 | # To make logback capping values configurable |
| 295 | logback: |
Fiete Ostkamp | 49a40b2 | 2023-11-14 10:35:03 +0100 | [diff] [blame] | 296 | logToFileEnabled: false |
leila | b3bfd4d | 2022-11-10 14:27:16 -0500 | [diff] [blame] | 297 | maxHistory: 7 |
| 298 | totalSizeCap: 6GB |
| 299 | queueSize: 1000 |
| 300 | |
| 301 | accessLogback: |
Fiete Ostkamp | 49a40b2 | 2023-11-14 10:35:03 +0100 | [diff] [blame] | 302 | logToFileEnabled: false |
Fiete Ostkamp | 60a0ed2 | 2024-06-16 10:07:47 +0200 | [diff] [blame] | 303 | livenessAccessLogEnabled: false # false: do not log kubernetes liveness probes |
leila | b3bfd4d | 2022-11-10 14:27:16 -0500 | [diff] [blame] | 304 | maxHistory: 7 |
| 305 | totalSizeCap: 6GB |
| 306 | |
Sylvain Desbureaux | 7007041 | 2020-11-09 21:58:48 +0100 | [diff] [blame] | 307 | # Configure resource requests and limits |
| 308 | # ref: http://kubernetes.io/docs/user-guide/compute-resources/ |
| 309 | resources: |
| 310 | small: |
| 311 | limits: |
Andreas Geissler | 4753743 | 2024-02-27 08:55:23 +0100 | [diff] [blame] | 312 | cpu: "2" |
| 313 | memory: "4Gi" |
Sylvain Desbureaux | 7007041 | 2020-11-09 21:58:48 +0100 | [diff] [blame] | 314 | requests: |
Andreas Geissler | 4753743 | 2024-02-27 08:55:23 +0100 | [diff] [blame] | 315 | cpu: "1" |
| 316 | memory: "3Gi" |
Sylvain Desbureaux | 7007041 | 2020-11-09 21:58:48 +0100 | [diff] [blame] | 317 | large: |
| 318 | limits: |
Andreas Geissler | 4753743 | 2024-02-27 08:55:23 +0100 | [diff] [blame] | 319 | cpu: "4" |
| 320 | memory: "8Gi" |
Sylvain Desbureaux | 7007041 | 2020-11-09 21:58:48 +0100 | [diff] [blame] | 321 | requests: |
Andreas Geissler | 4753743 | 2024-02-27 08:55:23 +0100 | [diff] [blame] | 322 | cpu: "2" |
| 323 | memory: "4Gi" |
Sylvain Desbureaux | 7007041 | 2020-11-09 21:58:48 +0100 | [diff] [blame] | 324 | unlimited: {} |
farida azmy | d893733 | 2021-03-09 12:20:42 +0200 | [diff] [blame] | 325 | |
Fiete Ostkamp | 60a0ed2 | 2024-06-16 10:07:47 +0200 | [diff] [blame] | 326 | tracing: |
| 327 | collector: |
| 328 | baseUrl: http://jaeger-collector.istio-system:9411 |
| 329 | sampling: |
| 330 | probability: 1.0 # percentage of requests that are sampled (between 0-1/0%-100%) |
| 331 | ignorePatterns: |
| 332 | - /aai/util.* |
| 333 | |
Fiete Ostkamp | 40cbf9b | 2024-01-08 16:04:02 +0100 | [diff] [blame] | 334 | endpoints: |
| 335 | enabled: true |
| 336 | health: |
| 337 | enabled: true |
| 338 | info: |
| 339 | enabled: true |
| 340 | |
leila | 46fb580 | 2022-11-15 11:33:21 -0500 | [diff] [blame] | 341 | metrics: |
| 342 | serviceMonitor: |
| 343 | enabled: false |
| 344 | targetPort: 8448 |
Fiete Ostkamp | 63f8bfd | 2024-01-10 16:11:43 +0100 | [diff] [blame] | 345 | path: /actuator/prometheus |
leila | 46fb580 | 2022-11-15 11:33:21 -0500 | [diff] [blame] | 346 | basicAuth: |
| 347 | enabled: false |
| 348 | externalSecretName: mysecretname |
| 349 | externalSecretUserKey: login |
| 350 | externalSecretPasswordKey: password |
| 351 | |
| 352 | ## Namespace in which Prometheus is running |
| 353 | ## |
| 354 | # namespace: monitoring |
| 355 | |
| 356 | ## Interval at which metrics should be scraped. |
| 357 | ## ref: https://github.com/coreos/prometheus-operator/blob/master/Documentation/api.md#endpoint |
| 358 | ## |
| 359 | #interval: 30s |
| 360 | |
| 361 | ## Timeout after which the scrape is ended |
| 362 | ## ref: https://github.com/coreos/prometheus-operator/blob/master/Documentation/api.md#endpoint |
| 363 | ## |
| 364 | # scrapeTimeout: 10s |
| 365 | |
| 366 | ## ServiceMonitor selector labels |
| 367 | ## ref: https://github.com/bitnami/charts/tree/master/bitnami/prometheus-operator#prometheus-configuration |
| 368 | ## |
| 369 | selector: |
| 370 | app: '{{ include "common.name" . }}' |
| 371 | chart: '{{ .Chart.Name }}-{{ .Chart.Version | replace "+" "_" }}' |
| 372 | release: '{{ include "common.release" . }}' |
| 373 | heritage: '{{ .Release.Service }}' |
| 374 | |
| 375 | ## RelabelConfigs to apply to samples before scraping |
| 376 | ## ref: https://github.com/coreos/prometheus-operator/blob/master/Documentation/api.md#relabelconfig |
| 377 | ## Value is evalued as a template |
| 378 | ## |
| 379 | relabelings: [] |
| 380 | |
| 381 | ## MetricRelabelConfigs to apply to samples before ingestion |
| 382 | ## ref: https://github.com/coreos/prometheus-operator/blob/master/Documentation/api.md#relabelconfig |
| 383 | ## Value is evalued as a template |
| 384 | ## |
| 385 | metricRelabelings: [] |
| 386 | # - sourceLabels: |
| 387 | # - "__name__" |
| 388 | # targetLabel: "__name__" |
| 389 | # action: replace |
| 390 | # regex: '(.*)' |
| 391 | # replacement: 'example_prefix_$1' |
| 392 | |
farida azmy | d893733 | 2021-03-09 12:20:42 +0200 | [diff] [blame] | 393 | #Pods Service Account |
| 394 | serviceAccount: |
| 395 | nameOverride: aai-traversal |
| 396 | roles: |
| 397 | - read |
Maciej Wereski | d523d12 | 2021-09-21 11:22:13 +0200 | [diff] [blame] | 398 | |
| 399 | #Log configuration |
| 400 | log: |
| 401 | path: /var/log/onap |
Fiete Ostkamp | 19c1172 | 2024-05-14 15:50:58 +0200 | [diff] [blame] | 402 | level: |
| 403 | root: DEBUG |
| 404 | base: DEBUG # base package (org.onap.aai) |
Maciej Wereski | d523d12 | 2021-09-21 11:22:13 +0200 | [diff] [blame] | 405 | logConfigMapNamePrefix: '{{ include "common.fullname" . }}' |
Kv | bc2df7b | 2024-05-20 11:31:17 +0530 | [diff] [blame] | 406 | ################################################################# |
| 407 | # Secrets metaconfig |
| 408 | ################################################################# |
| 409 | secrets: |
| 410 | - uid: aai-trav-kafka-user |
| 411 | externalSecret: '{{ tpl (default "" .Values.config.jaasConfExternalSecret) . }}' |
| 412 | type: genericKV |
| 413 | envs: |
| 414 | - name: sasl.jaas.config |
| 415 | value: '{{ .Values.config.someConfig }}' |
| 416 | policy: generate |
| 417 | kafkaUser: |
| 418 | authenticationType: scram-sha-512 |
| 419 | acls: |
| 420 | - name: AAI-EVENT |
| 421 | type: topic |
Fiete Ostkamp | 1da9965 | 2024-05-28 08:51:51 +0200 | [diff] [blame] | 422 | operations: [Read, Write] |