blob: b01d48623abe894e917b9ac8e0c78d0e623285a2 [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.
Mike Elliottd32d36e2018-02-12 15:54:03 -050014repository: nexus3.onap.org:10001
Ramesh Parthasarathy3cd3fb12018-09-05 01:47:29 +000015image: onap/so/api-handler-infra:latest
16pullPolicy: IfNotPresent
17replicaCount: 1
18minReadySeconds: 10
19containerPort: 8080
20logPath: ./logs/apih/
21app: api-handler-infra
22service:
23 type: NodePort
Mandeep Khindadc2b43e2018-09-06 16:34:19 +000024 nodePort: 77
Brian Freeman1a667932018-09-06 14:45:37 -050025 internalPort: 8080
Ramesh Parthasarathy3cd3fb12018-09-05 01:47:29 +000026 portName: so-apih-port
27updateStrategy:
28 type: RollingUpdate
29 maxUnavailable: 1
30 maxSurge: 1
vaibhav16dec0da88292018-08-13 06:10:27 +000031# Resource Limit flavor -By Default using small
32flavor: small
33# Segregation for Different environment (Small and Large)
Ramesh Parthasarathy3cd3fb12018-09-05 01:47:29 +000034resources:
vaibhav16dec0da88292018-08-13 06:10:27 +000035 small:
Ramesh Parthasarathy3cd3fb12018-09-05 01:47:29 +000036 limits:
Ramesh Parthasarathy3cd3fb12018-09-05 01:47:29 +000037 cpu: 2000m
vaibhav16dec0da88292018-08-13 06:10:27 +000038 memory: 4Gi
39 requests:
40 cpu: 500m
41 memory: 1Gi
42 large:
43 limits:
44 cpu: 4000m
45 memory: 8Gi
46 requests:
47 cpu: 1000m
48 memory: 2Gi
Ramesh Parthasarathy3cd3fb12018-09-05 01:47:29 +000049livenessProbe:
Ramesh Parthasarathy1ceefda2018-09-14 21:22:43 +000050 path: /manage/health
51 scheme: HTTP
Ramesh Parthasarathy3cd3fb12018-09-05 01:47:29 +000052 initialDelaySeconds: 600
53 periodSeconds: 60
54 timeoutSeconds: 10
55 successThreshold: 1
56 failureThreshold: 3
57global:
58 nodePortPrefix: 302
59 # docker repository
60 repository: nexus3.onap.org:10001
61 # image pull Policy
62 pullPolicy: IfNotPresent
Mike Elliott282751f2018-04-19 17:24:08 -040063mariadb:
64 nameOverride: so-db
Mike Elliottd32d36e2018-02-12 15:54:03 -050065nodeSelector: {}
Brian Freeman1a667932018-09-06 14:45:37 -050066affinity: {}