Merge "Revert "[SDNC] Change path to daexim directory"" into guilin
[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.11
37
38 pullPolicy: Always
39
40 aaf:
41   auth:
42     username: so@so.onap.org
43     password: 8DB1C939BFC6A35C3832D0E52E452D0E05AE2537AF142CECD125FF827C05A972FDD0F4700547DA
44 aai:
45   auth: 2A11B07DB6214A839394AA1EC5844695F5114FC407FF5422625FB00175A3DCB8A1FF745F22867EFA72D5369D599BBD88DA8BED4233CF5586
46 mso:
47   key: 07a7159d3bf51a0e53be7a8f89699be7
48 sdc:
49   username: mso
50   password: 76966BDD3C7414A03F7037264FF2E6C8EEC6C28F2B67F2840A1ED857C0260FEE731D73F47F828E5527125D29FD25D3E0DE39EE44C058906BF1657DE77BF897EECA93BDC07FA64F
51   key: 566B754875657232314F5548556D3665
52
53 replicaCount: 1
54 minReadySeconds: 10
55 containerPort: &containerPort 9092
56 logPath: ./logs/vnfm-adapter/
57 app: vnfm-adapter
58 service:
59     type: NodePort
60     internalPort: *containerPort
61     externalPort: *containerPort
62     nodePort: "06"
63     portName: so-vnfm-port
64 updateStrategy:
65     type: RollingUpdate
66     maxUnavailable: 1
67     maxSurge: 1
68
69 #################################################################
70 # soHelpers part
71 #################################################################
72 soHelpers:
73   nameOverride: so-vnfm-cert-init
74   certInitializer:
75     nameOverride: so-vnfm-cert-init
76     credsPath: /opt/app/osaaf/local
77   cadi:
78     apiEnforcement: org.onap.so.vnfmAdapterPerm
79   containerPort: *containerPort
80
81 # Resource Limit flavor -By Default using small
82 flavor: small
83 # Segregation for Different environment (Small and Large)
84 resources:
85   small:
86     limits:
87       memory: 4Gi
88       cpu: 2000m
89     requests:
90       memory: 1Gi
91       cpu: 500m
92   large:
93     limits:
94       memory: 8Gi
95       cpu: 4000m
96     requests:
97       memory: 2Gi
98       cpu: 1000m
99   unlimited: {}
100 livenessProbe:
101     port: 9092
102     initialDelaySeconds: 600
103     periodSeconds: 60
104     timeoutSeconds: 10
105     successThreshold: 1
106     failureThreshold: 3
107 ingress:
108   enabled: false
109   service:
110       - baseaddr: "sovnfmadapter"
111         name: "so-vnfm-adapter"
112         port: 9092
113   config:
114     ssl: "redirect"
115 nodeSelector: {}
116 tolerations: []
117 affinity: {}