[AAF] Remove aaf-hello
[oom.git] / kubernetes / aaf / values.yaml
1 # Copyright © 2017 Amdocs, Bell Canada
2 # Modifications © 2020 AT&T
3 # Modifications Copyright © 2020 Nokia
4 #
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
8 #
9 #       http://www.apache.org/licenses/LICENSE-2.0
10 #
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.
16
17 #################################################################
18 # Global configuration defaults.
19 #################################################################
20
21 global:
22   nodePortPrefix: 302
23   persistence:
24     enabled: true
25   # Standard OOM
26   pullPolicy: "Always"
27
28   cmpv2Enabled: true
29   addTestingComponents: false
30   aaf:
31     readiness: false
32     image: onap/aaf/aaf_core:2.1.23
33     aaf_env: "DEV"
34     public_fqdn: "aaf.osaaf.org"
35     aaf_release: "Frankfurt"
36   # DUBLIN ONLY - for M4 compatibility with Casablanca
37   #  aaf_locator_name: "public.%NS.%N"
38   #  aaf_locator_name_oom: "%NS.%N"
39   # EL ALTO and Beyond
40     aaf_locator_name: "%NS.%N"
41     aaf_locator_name_oom: "%CNS.%NS.%N"
42     cadi_latitude: "38.0"
43     cadi_longitude: "-72.0"
44     cadi_x509_issuers: "CN=intermediateCA_1, OU=OSAAF, O=ONAP, C=US:CN=intermediateCA_7, OU=OSAAF, O=ONAP, C=US"
45
46     config:
47       image: onap/aaf/aaf_config:2.1.23
48
49     service:
50       fqdn: "aaf-service"
51       internal_port: 8100
52       public_port: 31110
53     locate:
54       fqdn: "aaf-locate"
55       internal_port: 8095
56       public_port: 31111
57     oauth:
58       fqdn: "aaf-oauth"
59       internal_port: 8140
60       public_port: 31112
61
62 #################################################################
63 # Application configuration defaults.
64 #################################################################
65
66 flavor: small
67 # default number of instances
68 replicaCount: 1
69
70 nodeSelector: {}
71
72 affinity: {}
73
74 # probe configuration parameters
75 liveness:
76   initialDelaySeconds: 350
77   periodSeconds: 10
78   # necessary to disable liveness probe when setting breakpoints
79   # in debugger so K8s doesn't restart unresponsive container
80   enabled: true
81
82 readiness:
83   initialDelaySeconds: 150
84   periodSeconds: 10
85
86 ingress:
87   enabled: false
88   service:
89     - baseaddr: "aaf.api"
90       name: "aaf-service"
91       port: 8100
92   config:
93     ssl: "none"
94
95 persistence: {}
96
97 resources: {}
98
99 aaf-authz:
100   enabled: true
101 aaf-sms:
102   enabled: true
103 aaf-sshsm:
104   enabled: false