1 # Copyright © 2018 Amdocs, Bell Canada, AT&T
2 # Modifications Copyright © 2020 Orange
3 # Modifications Copyright © 2023 Nordix Foundation
5 # Licensed under the Apache License, Version 2.0 (the "License");
6 # you may not use this file except in compliance with the License.
7 # You may obtain a copy of the License at
9 # http://www.apache.org/licenses/LICENSE-2.0
11 # Unless required by applicable law or agreed to in writing, software
12 # distributed under the License is distributed on an "AS IS" BASIS,
13 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 # See the License for the specific language governing permissions and
15 # limitations under the License.
17 # Default values for resources.
18 # This is a YAML-formatted file.
19 # Declare variables to be passed into your templates.
20 global: # global defaults
23 # Common configuration for resources traversal and graphadmin
25 # Specifies if the basic authorization is enabled
32 # Schema specific properties that include supported versions of api
35 # Specifies which folder to take a look at
38 # Base URI Path of the application
42 # Current version of the REST API
45 # Specifies which version the depth parameter is configurable
47 # List of all the supported versions of the API
48 list: v11,v12,v13,v14,v15,v16,v17,v18,v19,v20,v21,v22,v23,v24,v25,v26,v27,v28
49 # Specifies from which version related link should appear
52 # Specifies from which version the app root change happened
55 # Specifies from which version the xml namespace changed
58 # Specifies from which version the edge label appeared in API
63 image: onap/aai-schema-service:1.12.3
67 # default number of instances
79 # probe configuration parameters
81 initialDelaySeconds: 60
83 # necessary to disable liveness probe when setting breakpoints
84 # in debugger so K8s doesn't restart unresponsive container
88 initialDelaySeconds: 60
103 authorizedPrincipals:
104 - serviceAccount: aai-graphadmin-read
105 - serviceAccount: aai-resources-read
106 - serviceAccount: aai-traversal-read
108 # We usually recommend not to specify default resources and to leave this as a conscious
109 # choice for the user. This also increases chances charts run on environments with little
110 # resources, such as Minikube. If you do want to specify resources, uncomment the following
111 # lines, adjust them as necessary, and remove the curly braces after 'resources:'.
114 # Configure resource requests and limits
115 # ref: http://kubernetes.io/docs/user-guide/compute-resources/
116 # Minimum memory for development is 2 CPU cores and 4GB memory
117 # Minimum memory for production is 4 CPU cores and 8GB memory
142 #Pods Service Account
144 nameOverride: aai-schema-service
148 # Not fully used for now
156 logConfigMapNamePrefix: '{{ include "common.fullname" . }}'