[DCAEMOD] Uses new tpls for repos / images
[oom.git] / kubernetes / so / components / so-vnfm-adapter / values.yaml
1 # Copyright © 2019 Nordix Foundation
2 # Copyright © 2020 Huawei
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 #################################################################
15 # Global configuration defaults.
16 #################################################################
17 global:
18   nodePortPrefixExt: 304
19   repository: nexus3.onap.org:10001
20   readinessImage: onap/oom/readiness:3.0.1
21   aafAgentImage: onap/aaf/aaf_agent:2.1.20
22   envsubstImage: dibi/envsubst
23   persistence:
24     mountPath: /dockerdata-nfs
25   security:
26     aaf:
27       enabled: false
28   aaf:
29     auth:
30       header: Basic c29Ac28ub25hcC5vcmc6ZGVtbzEyMzQ1Ngo=
31
32 #################################################################
33 # Application configuration defaults.
34 #################################################################
35 repository: nexus3.onap.org:10001
36 image: onap/so/vnfm-adapter:1.7.10
37 pullPolicy: Always
38
39 aaf:
40   auth:
41     username: so@so.onap.org
42     password: 8DB1C939BFC6A35C3832D0E52E452D0E05AE2537AF142CECD125FF827C05A972FDD0F4700547DA
43 aai:
44   auth: 2A11B07DB6214A839394AA1EC5844695F5114FC407FF5422625FB00175A3DCB8A1FF745F22867EFA72D5369D599BBD88DA8BED4233CF5586
45 mso:
46   key: 07a7159d3bf51a0e53be7a8f89699be7
47 sdc:
48   username: mso
49   password: 76966BDD3C7414A03F7037264FF2E6C8EEC6C28F2B67F2840A1ED857C0260FEE731D73F47F828E5527125D29FD25D3E0DE39EE44C058906BF1657DE77BF897EECA93BDC07FA64F
50   key: 566B754875657232314F5548556D3665
51
52 replicaCount: 1
53 minReadySeconds: 10
54 containerPort: &containerPort 9092
55 logPath: ./logs/vnfm-adapter/
56 app: vnfm-adapter
57 service:
58     type: NodePort
59     internalPort: *containerPort
60     externalPort: *containerPort
61     nodePort: "06"
62     portName: so-vnfm-port
63 updateStrategy:
64     type: RollingUpdate
65     maxUnavailable: 1
66     maxSurge: 1
67
68 #################################################################
69 # soHelpers part
70 #################################################################
71 soHelpers:
72   nameOverride: so-vnfm-cert-init
73   certInitializer:
74     nameOverride: so-vnfm-cert-init
75     credsPath: /opt/app/osaaf/local
76   cadi:
77     apiEnforcement: org.onap.so.vnfmAdapterPerm
78   containerPort: *containerPort
79
80 # Resource Limit flavor -By Default using small
81 flavor: small
82 # Segregation for Different environment (Small and Large)
83 resources:
84   small:
85     limits:
86       memory: 4Gi
87       cpu: 2000m
88     requests:
89       memory: 1Gi
90       cpu: 500m
91   large:
92     limits:
93       memory: 8Gi
94       cpu: 4000m
95     requests:
96       memory: 2Gi
97       cpu: 1000m
98   unlimited: {}
99 livenessProbe:
100     port: 9092
101     initialDelaySeconds: 600
102     periodSeconds: 60
103     timeoutSeconds: 10
104     successThreshold: 1
105     failureThreshold: 3
106 ingress:
107   enabled: false
108   service:
109       - baseaddr: "sovnfmadapter"
110         name: "so-vnfm-adapter"
111         port: 9092
112   config:
113     ssl: "redirect"
114 nodeSelector: {}
115 tolerations: []
116 affinity: {}