Ramesh Parthasarathy | 3cd3fb1 | 2018-09-05 01:47:29 +0000 | [diff] [blame] | 1 | # Copyright © 2018 AT&T USA |
vaibhav_16dec | e04b2fe | 2018-03-22 09:07:12 +0000 | [diff] [blame] | 2 | # |
| 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. |
jmac | c4f04d3 | 2018-10-12 18:24:24 +0000 | [diff] [blame] | 14 | ################################################################# |
| 15 | # Global configuration defaults. |
| 16 | ################################################################# |
| 17 | global: |
| 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 Elliott | d32d36e | 2018-02-12 15:54:03 -0500 | [diff] [blame] | 29 | repository: nexus3.onap.org:10001 |
Gary Wu | 6516dc4 | 2019-01-16 17:37:13 -0800 | [diff] [blame^] | 30 | image: onap/so/api-handler-infra:1.3.6 |
jmac | c4f04d3 | 2018-10-12 18:24:24 +0000 | [diff] [blame] | 31 | pullPolicy: Always |
| 32 | |
Ramesh Parthasarathy | 3cd3fb1 | 2018-09-05 01:47:29 +0000 | [diff] [blame] | 33 | replicaCount: 1 |
| 34 | minReadySeconds: 10 |
| 35 | containerPort: 8080 |
| 36 | logPath: ./logs/apih/ |
| 37 | app: api-handler-infra |
| 38 | service: |
| 39 | type: NodePort |
Mandeep Khinda | dc2b43e | 2018-09-06 16:34:19 +0000 | [diff] [blame] | 40 | nodePort: 77 |
Brian Freeman | 1a66793 | 2018-09-06 14:45:37 -0500 | [diff] [blame] | 41 | internalPort: 8080 |
Mandeep Khinda | fe527eb | 2018-10-16 09:56:34 -0400 | [diff] [blame] | 42 | externalPort: 8080 |
Ramesh Parthasarathy | 3cd3fb1 | 2018-09-05 01:47:29 +0000 | [diff] [blame] | 43 | portName: so-apih-port |
| 44 | updateStrategy: |
| 45 | type: RollingUpdate |
| 46 | maxUnavailable: 1 |
| 47 | maxSurge: 1 |
Alexis de Talhouët | a52efcc | 2018-09-18 16:46:12 -0400 | [diff] [blame] | 48 | # Resource Limit flavor -By Default using small |
vaibhav16dec | 0da8829 | 2018-08-13 06:10:27 +0000 | [diff] [blame] | 49 | flavor: small |
| 50 | # Segregation for Different environment (Small and Large) |
Ramesh Parthasarathy | 3cd3fb1 | 2018-09-05 01:47:29 +0000 | [diff] [blame] | 51 | resources: |
vaibhav16dec | 0da8829 | 2018-08-13 06:10:27 +0000 | [diff] [blame] | 52 | small: |
Ramesh Parthasarathy | 3cd3fb1 | 2018-09-05 01:47:29 +0000 | [diff] [blame] | 53 | limits: |
Ramesh Parthasarathy | 3cd3fb1 | 2018-09-05 01:47:29 +0000 | [diff] [blame] | 54 | cpu: 2000m |
vaibhav16dec | 0da8829 | 2018-08-13 06:10:27 +0000 | [diff] [blame] | 55 | 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 Khinda | 60d36d4 | 2018-09-24 15:15:48 +0000 | [diff] [blame] | 66 | unlimited: {} |
Ramesh Parthasarathy | 3cd3fb1 | 2018-09-05 01:47:29 +0000 | [diff] [blame] | 67 | livenessProbe: |
Ramesh Parthasarathy | 1ceefda | 2018-09-14 21:22:43 +0000 | [diff] [blame] | 68 | path: /manage/health |
| 69 | scheme: HTTP |
Ramesh Parthasarathy | 3cd3fb1 | 2018-09-05 01:47:29 +0000 | [diff] [blame] | 70 | initialDelaySeconds: 600 |
| 71 | periodSeconds: 60 |
| 72 | timeoutSeconds: 10 |
| 73 | successThreshold: 1 |
| 74 | failureThreshold: 3 |
Mike Elliott | 282751f | 2018-04-19 17:24:08 -0400 | [diff] [blame] | 75 | mariadb: |
jmac | c4f04d3 | 2018-10-12 18:24:24 +0000 | [diff] [blame] | 76 | nameOverride: so-mariadb |
| 77 | so-bpmn-infra: |
| 78 | mariadb: |
| 79 | nameOverride: so-mariadb |
| 80 | so-catalog-db-adapter: |
| 81 | mariadb: |
| 82 | nameOverride: so-mariadb |
| 83 | so-openstack-adapter: |
| 84 | mariadb: |
| 85 | nameOverride: so-mariadb |
| 86 | so-request-db-adapter: |
| 87 | mariadb: |
| 88 | nameOverride: so-mariadb |
| 89 | so-sdc-controller: |
| 90 | mariadb: |
| 91 | nameOverride: so-mariadb |
| 92 | so-vfc-adapter: |
| 93 | mariadb: |
| 94 | nameOverride: so-mariadb |
Mike Elliott | d32d36e | 2018-02-12 15:54:03 -0500 | [diff] [blame] | 95 | nodeSelector: {} |
Brian Freeman | 1a66793 | 2018-09-06 14:45:37 -0500 | [diff] [blame] | 96 | affinity: {} |