Improve oran_oom helm charts
[it/dep.git] / smo-install / oran_oom / dmaapadapterservice / values.yaml
1 ################################################################################
2 #   Copyright (c) 2021 Nordix Foundation.                                      #
3 #                                                                              #
4 #   Licensed under the Apache License, Version 2.0 (the "License");            #
5 #   you may not use this file except in compliance with the License.           #
6 #   You may obtain a copy of the License at                                    #
7 #                                                                              #
8 #       http://www.apache.org/licenses/LICENSE-2.0                             #
9 #                                                                              #
10 #   Unless required by applicable law or agreed to in writing, software        #
11 #   distributed under the License is distributed on an "AS IS" BASIS,          #
12 #   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.   #
13 #   See the License for the specific language governing permissions and        #
14 #   limitations under the License.                                             #
15 ################################################################################
16
17 # Default values for Dmaap Adapter Service.
18 # This is a YAML-formatted file.
19 # Declare variables to be passed into your templates.
20
21 imagePullPolicy: IfNotPresent
22 image:
23   registry: "nexus3.o-ran-sc.org:10002/o-ran-sc"
24   name: "nonrtric-plt-dmaapadapter"
25   tag: 1.3.0
26 service:
27   type: ClusterIP
28   ports:
29   - name: http
30     internalPort: 9087
31     targetPort: 8084
32     name_tls: https
33     internalPort_tls: 9088
34     targetPort_tls: 8435
35 liveness:
36   initialDelaySeconds: 20
37   periodSeconds: 10
38 readiness:
39   initialDelaySeconds: 20
40   periodSeconds: 10
41
42 types:
43   - id: "ExampleInformationType"
44     dmaapTopicUrl: "/events/unauthenticated.dmaapadp.json/dmaapadapterproducer/msgs?timeout=15000&limit=100"
45     useHttpProxy: false
46   - id: "ExampleInformationTypeKafka"
47     kafkaInputTopic: "unauthenticated.dmaapadp_kafka.text"
48     useHttpProxy: false
49
50 application:
51   spring:
52     profiles:
53       active: prod
54     main:
55       allow-bean-definition-overriding: true
56     aop:
57       auto: false
58   management:
59     endpoints:
60       web:
61         exposure:
62           # Enabling of springboot actuator features. See springboot documentation.
63           include: "loggers,logfile,health,info,metrics,threaddump,heapdump"
64   springdoc:
65     show-actuator: true
66   logging:
67     # Configuration of logging
68     level:
69       ROOT: ERROR
70       org.springframework: ERROR
71       org.springframework.data: ERROR
72       org.springframework.web.reactive.function.client.ExchangeFunctions: ERROR
73       org.oran.dmaapadapter: DEBUG
74     file:
75       name: /var/log/dmaap-adapter-service/application.log
76   server:
77     # Configuration of the HTTP/REST server. The parameters are defined and handeled by the springboot framework.
78     # See springboot documentation.
79     port : 8435
80     http-port: 8084
81     ssl:
82         key-store-type: JKS
83         key-store-password: policy_agent
84         key-store: /opt/app/dmaap-adapter-service/etc/cert/keystore.jks
85         key-password: policy_agent
86         key-alias: policy_agent
87   app:
88     webclient:
89       # Configuration of the trust store used for the HTTP client (outgoing requests)
90       # The file location and the password for the truststore is only relevant if trust-store-used == true
91       # Note that the same keystore as for the server is used.
92       trust-store-used: false
93       trust-store-password: policy_agent
94       trust-store: /opt/app/dmaap-adapter-service/etc/cert/truststore.jks
95       # Configuration of usage of HTTP Proxy for the southbound accesses.
96       # The HTTP proxy (if configured) will only be used for accessing NearRT RIC:s
97       http.proxy-host:
98       http.proxy-port: 0
99     ics-base-url: https://informationservice.nonrtric:9083
100     # Location of the component configuration file. The file will only be used if the Consul database is not used;
101     # configuration from the Consul will override the file.
102     configuration-filepath: /opt/app/dmaap-adapter-service/data/application_configuration.json
103     dmaap-base-url: http://message-router.onap:3904
104     # The url used to adress this component. This is used as a callback url sent to other components.
105     dmaap-adapter-base-url: https://dmaapadapterservice.nonrtric:9088
106     # KAFKA boostrap server. This is only needed if there are Information Types that uses a kafkaInputTopic
107     kafka:
108       bootstrap-servers: message-router-kafka.onap:9092
109     # If the file name is empty, no authorization token is used
110     auth-token-file:
111     pm-files-path: /tmp
112     zip-output: false
113     s3:
114       endpointOverride: http://localhost:9000
115       accessKeyId: minio
116       secretAccessKey: miniostorage
117       locksBucket: ropfilelocks
118       bucket: ropfiles