blob: 5ed7781b8dbc0bc07cbef221e9f6c8bd0023aff6 [file] [log] [blame]
Ramesh Parthasarathy3cd3fb12018-09-05 01:47:29 +00001# Copyright © 2018 AT&T USA
vaibhav_16dece04b2fe2018-03-22 09:07:12 +00002#
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.
jmacc4f04d32018-10-12 18:24:24 +000014#################################################################
15# Global configuration defaults.
16#################################################################
17global:
18 nodePortPrefix: 302
19 nodePortPrefixExt: 304
20 repository: nexus3.onap.org:10001
21 readinessRepository: oomk8s
22 readinessImage: readiness-check:2.0.0
23 persistence:
24 mountPath: /dockerdata-nfs
25
26#################################################################
27# Application configuration defaults.
28#################################################################
Mike Elliottd32d36e2018-02-12 15:54:03 -050029repository: nexus3.onap.org:10001
Gary Wu6516dc42019-01-16 17:37:13 -080030image: onap/so/api-handler-infra:1.3.6
jmacc4f04d32018-10-12 18:24:24 +000031pullPolicy: Always
32
Ramesh Parthasarathy3cd3fb12018-09-05 01:47:29 +000033replicaCount: 1
34minReadySeconds: 10
35containerPort: 8080
36logPath: ./logs/apih/
37app: api-handler-infra
38service:
39 type: NodePort
Mandeep Khindadc2b43e2018-09-06 16:34:19 +000040 nodePort: 77
Brian Freeman1a667932018-09-06 14:45:37 -050041 internalPort: 8080
Mandeep Khindafe527eb2018-10-16 09:56:34 -040042 externalPort: 8080
Ramesh Parthasarathy3cd3fb12018-09-05 01:47:29 +000043 portName: so-apih-port
44updateStrategy:
45 type: RollingUpdate
46 maxUnavailable: 1
47 maxSurge: 1
Alexis de Talhouëta52efcc2018-09-18 16:46:12 -040048# Resource Limit flavor -By Default using small
vaibhav16dec0da88292018-08-13 06:10:27 +000049flavor: small
50# Segregation for Different environment (Small and Large)
Ramesh Parthasarathy3cd3fb12018-09-05 01:47:29 +000051resources:
vaibhav16dec0da88292018-08-13 06:10:27 +000052 small:
Ramesh Parthasarathy3cd3fb12018-09-05 01:47:29 +000053 limits:
Ramesh Parthasarathy3cd3fb12018-09-05 01:47:29 +000054 cpu: 2000m
vaibhav16dec0da88292018-08-13 06:10:27 +000055 memory: 4Gi
56 requests:
57 cpu: 500m
58 memory: 1Gi
59 large:
60 limits:
61 cpu: 4000m
62 memory: 8Gi
63 requests:
64 cpu: 1000m
65 memory: 2Gi
Mandeep Khinda60d36d42018-09-24 15:15:48 +000066 unlimited: {}
Ramesh Parthasarathy3cd3fb12018-09-05 01:47:29 +000067livenessProbe:
Ramesh Parthasarathy1ceefda2018-09-14 21:22:43 +000068 path: /manage/health
69 scheme: HTTP
Ramesh Parthasarathy3cd3fb12018-09-05 01:47:29 +000070 initialDelaySeconds: 600
71 periodSeconds: 60
72 timeoutSeconds: 10
73 successThreshold: 1
74 failureThreshold: 3
Mike Elliott282751f2018-04-19 17:24:08 -040075mariadb:
jmacc4f04d32018-10-12 18:24:24 +000076 nameOverride: so-mariadb
77so-bpmn-infra:
78 mariadb:
79 nameOverride: so-mariadb
80so-catalog-db-adapter:
81 mariadb:
82 nameOverride: so-mariadb
83so-openstack-adapter:
84 mariadb:
85 nameOverride: so-mariadb
86so-request-db-adapter:
87 mariadb:
88 nameOverride: so-mariadb
89so-sdc-controller:
90 mariadb:
91 nameOverride: so-mariadb
92so-vfc-adapter:
93 mariadb:
94 nameOverride: so-mariadb
Mike Elliottd32d36e2018-02-12 15:54:03 -050095nodeSelector: {}
Brian Freeman1a667932018-09-06 14:45:37 -050096affinity: {}