blob: cc97e9854bf97000779fde22f635675fea8f189b [file] [log] [blame]
vaibhav_16dece04b2fe2018-03-22 09:07:12 +00001# Copyright © 2017 Amdocs, Bell Canada
ChrisCec86a532020-03-19 15:53:31 -05002# Modifications © 2020 AT&T
vaibhav_16dece04b2fe2018-03-22 09:07:12 +00003#
4# Licensed under the Apache License, Version 2.0 (the "License");
5# you may not use this file except in compliance with the License.
6# You may obtain a copy of the License at
7#
8# http://www.apache.org/licenses/LICENSE-2.0
9#
10# Unless required by applicable law or agreed to in writing, software
11# distributed under the License is distributed on an "AS IS" BASIS,
12# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13# See the License for the specific language governing permissions and
14# limitations under the License.
15
kj52dfb132018-03-27 15:50:39 +030016#################################################################
17# Global configuration defaults.
18#################################################################
19global:
20 nodePortPrefix: 302
ChrisCec86a532020-03-19 15:53:31 -050021 # Readiness image
kj52dfb132018-03-27 15:50:39 +030022 readinessRepository: oomk8s
Instrumentalcc3a0bd2019-05-01 14:18:49 -050023 readinessImage: readiness-check:2.0.2
ChrisCec86a532020-03-19 15:53:31 -050024 # Ubuntu Init image
Mike Elliottb35b5802018-05-08 14:22:13 -040025 ubuntuInitRepository: registry.hub.docker.com
26 ubuntuInitImage: oomk8s/ubuntu-init:2.0.0
ChrisCec86a532020-03-19 15:53:31 -050027 # Logging image
28 loggingRepository: docker.elastic.co
29 loggingImage: beats/filebeat:5.5.0
30 # BusyBox image
31 busyboxRepository: registry.hub.docker.com
Sylvain Desbureaux8f9ef352020-04-14 15:02:57 +020032 busyboxImage: library/busybox:1.31
Mandeep Khinda60d36d42018-09-24 15:15:48 +000033 persistence:
Mahendra Raghuwanshiafb1e2a2018-05-03 12:15:03 +000034 enabled: true
Instrumental0c7bc942019-08-06 16:36:13 -050035 # Standard OOM
36 pullPolicy: "Always"
Instrumentalcc3a0bd2019-05-01 14:18:49 -050037 repository: "nexus3.onap.org:10001"
Instrumental0c7bc942019-08-06 16:36:13 -050038
39 # Use Local
40 #pullPolicy: IfNotPresent
41 #repository: "nexus3.onap.org:10003"
Mandeep Khinda6dcc80d2018-10-09 14:47:35 +000042
Instrumentalcc3a0bd2019-05-01 14:18:49 -050043 aaf:
Instrumentalcc3a0bd2019-05-01 14:18:49 -050044 readiness: false
ChrisC306fa852020-05-20 17:39:15 +020045 image: onap/aaf/aaf_core:2.1.22
Instrumentalcc3a0bd2019-05-01 14:18:49 -050046 aaf_env: "DEV"
47 public_fqdn: "aaf.osaaf.org"
ChrisC306fa852020-05-20 17:39:15 +020048 aaf_release: "Frankfurt"
Instrumentalcc3a0bd2019-05-01 14:18:49 -050049 # DUBLIN ONLY - for M4 compatibility with Casablanca
Instrumental0c7bc942019-08-06 16:36:13 -050050 # aaf_locator_name: "public.%NS.%N"
51 # aaf_locator_name_oom: "%NS.%N"
Instrumentalcc3a0bd2019-05-01 14:18:49 -050052 # EL ALTO and Beyond
Instrumental0c7bc942019-08-06 16:36:13 -050053 aaf_locator_name: "%NS.%N"
54 aaf_locator_name_oom: "%CNS.%NS.%N"
Mandeep Khinda6dcc80d2018-10-09 14:47:35 +000055 cadi_latitude: "38.0"
56 cadi_longitude: "-72.0"
Instrumentalcc3a0bd2019-05-01 14:18:49 -050057 cadi_x509_issuers: "CN=intermediateCA_1, OU=OSAAF, O=ONAP, C=US:CN=intermediateCA_7, OU=OSAAF, O=ONAP, C=US"
58
Instrumental0c7bc942019-08-06 16:36:13 -050059 config:
ChrisC306fa852020-05-20 17:39:15 +020060 image: onap/aaf/aaf_config:2.1.22
Sylvain Desbureaux8f9ef352020-04-14 15:02:57 +020061
Instrumentalcc3a0bd2019-05-01 14:18:49 -050062 service:
Instrumentalcc3a0bd2019-05-01 14:18:49 -050063 fqdn: "aaf-service"
64 internal_port: 8100
65 public_port: 31110
66 locate:
Instrumentalcc3a0bd2019-05-01 14:18:49 -050067 fqdn: "aaf-locate"
68 internal_port: 8095
69 public_port: 31111
70 oauth:
Sylvain Desbureaux8f9ef352020-04-14 15:02:57 +020071 fqdn: "aaf-oauth"
Instrumentalcc3a0bd2019-05-01 14:18:49 -050072 internal_port: 8140
73 public_port: 31112
ChrisCec86a532020-03-19 15:53:31 -050074# Note: as hello is a sample app, find values in charts/aaf-hello/values.yaml
75
Mandeep Khinda6dcc80d2018-10-09 14:47:35 +000076
kj52dfb132018-03-27 15:50:39 +030077#################################################################
78# Application configuration defaults.
79#################################################################
kj52dfb132018-03-27 15:50:39 +030080
dsingh.27864a34bf2018-09-21 05:11:00 -040081flavor: small
kj52dfb132018-03-27 15:50:39 +030082# default number of instances
83replicaCount: 1
84
85nodeSelector: {}
86
87affinity: {}
88
89# probe configuration parameters
90liveness:
Instrumentalcc3a0bd2019-05-01 14:18:49 -050091 initialDelaySeconds: 350
kj52dfb132018-03-27 15:50:39 +030092 periodSeconds: 10
93 # necessary to disable liveness probe when setting breakpoints
94 # in debugger so K8s doesn't restart unresponsive container
95 enabled: true
96
97readiness:
Instrumentalcc3a0bd2019-05-01 14:18:49 -050098 initialDelaySeconds: 150
kj52dfb132018-03-27 15:50:39 +030099 periodSeconds: 10
100
kj52dfb132018-03-27 15:50:39 +0300101ingress:
102 enabled: false
Lucjan Bryndza05649652020-04-29 08:52:33 +0000103 service:
104 - baseaddr: "aaf.api"
105 name: "aaf-service"
106 port: 8100
107 config:
108 ssl: "none"
kj52dfb132018-03-27 15:50:39 +0300109
Sylvain Desbureaux8f9ef352020-04-14 15:02:57 +0200110persistence: {}
ChrisCec86a532020-03-19 15:53:31 -0500111
Instrumental378109d2018-10-16 20:40:41 -0500112resources: {}