[CONSUL] Add limits to consul chart.
[oom.git] / kubernetes / so / charts / so-vnfm-adapter / resources / config / overrides / override.yaml
1 # Copyright © 2019 Nordix Foundation
2 #
3 # Licensed under the Apache License, Version 2.0 (the "License");
4 # you may not use this file except in compliance with the License.
5 # You may obtain a copy of the License at
6 #
7 #       http://www.apache.org/licenses/LICENSE-2.0
8 #
9 # Unless required by applicable law or agreed to in writing, software
10 # distributed under the License is distributed on an "AS IS" BASIS,
11 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12 # See the License for the specific language governing permissions and
13 # limitations under the License.
14 aai:
15   auth: {{ include "helpers.profileProperty" (dict "condition" .Values.global.security.aaf.enabled "value1" .Values.global.aaf.auth.header "value2" .Values.aai.auth )}}
16   version: v15
17   endpoint: https://aai.{{ include "common.namespace" . }}:8443
18 spring:
19   security:
20     usercredentials:
21     - username: vnfm
22       password: '$2a$10$Fh9ffgPw2vnmsghsRD3ZauBL1aKXebigbq3BB1RPWtE62UDILsjke'
23       role: BPEL-Client
24     - username: mso_admin
25       password: '$2a$10$Fh9ffgPw2vnmsghsRD3ZauBL1aKXebigbq3BB1RPWtE62UDILsjke'
26       role: ACTUATOR
27 server:
28   port: {{ index .Values.containerPort }}
29   ssl:
30     key-alias: so@so.onap.org
31     key--store-password: 'ywsqCy:EEo#j}HJHM7z^Rk[L'
32     key-store: classpath:so-vnfm-adapter.p12
33     key-store-type: PKCS12
34 http:
35   client:
36     ssl:
37       trust-store: classpath:org.onap.so.trust.jks
38       trust-store-password: ',sx#.C*W)]wVgJC6ccFHI#:H'
39 mso:
40   key: {{ .Values.mso.key }}
41   site-name: localSite
42   logPath: ./logs/vnfm-adapter
43   config:
44     cadi: {{ include "cadi.keys" . | nindent 8}}
45   msb-ip: msb-iag
46   msb-port: 80
47 sdc:
48   username: {{ include "helpers.profileProperty" (dict "condition" .Values.global.security.aaf.enabled "value1" .Values.aaf.auth.username "value2" .Values.sdc.username )}}
49   password: {{ include "helpers.profileProperty" (dict "condition" .Values.global.security.aaf.enabled "value1" .Values.aaf.auth.password "value2" .Values.sdc.password )}}
50   key: {{ .Values.sdc.key }}
51   endpoint: https://sdc-be.{{ include "common.namespace" . }}:8443
52 vnfmadapter:
53   endpoint: https://so-vnfm-adapter.{{ include "common.namespace" . }}:9092
54 etsi-catalog-manager:
55   vnfpkgm:
56   {{- if .Values.global.msbEnabled }}
57     endpoint: https://msb-iag:443/api/vnfpkgm/v1
58   http:
59     client:
60       ssl:
61         trust-store: ${TRUSTSTORE}
62         trust-store-password: ${TRUSTSTORE_PASSWORD}
63   {{- else }}
64     endpoint: http://modeling-etsicatalog.{{ include "common.namespace" . }}:8806/api/vnfpkgm/v1
65   {{- end }}