vaibhav_16dec | e04b2fe | 2018-03-22 09:07:12 +0000 | [diff] [blame] | 1 | # Copyright © 2017 Amdocs, Bell Canada |
jhh | d2b9ed8 | 2019-12-10 17:15:28 -0600 | [diff] [blame] | 2 | # Modifications Copyright © 2018-2020 AT&T |
vaibhav_16dec | e04b2fe | 2018-03-22 09:07:12 +0000 | [diff] [blame] | 3 | # |
| 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 | |
mayankg2703 | ced8514 | 2018-03-20 05:42:53 +0000 | [diff] [blame] | 16 | ################################################################# |
| 17 | # Global configuration defaults. |
| 18 | ################################################################# |
| 19 | global: |
| 20 | nodePortPrefix: 302 |
mayankg2703 | ced8514 | 2018-03-20 05:42:53 +0000 | [diff] [blame] | 21 | readinessRepository: oomk8s |
Sylvain Desbureaux | 4898dc0 | 2019-11-14 13:35:13 +0100 | [diff] [blame] | 22 | readinessImage: readiness-check:2.0.2 |
mayankg2703 | ced8514 | 2018-03-20 05:42:53 +0000 | [diff] [blame] | 23 | loggingRepository: docker.elastic.co |
| 24 | loggingImage: beats/filebeat:5.5.0 |
| 25 | ubuntuImage: ubuntu:16.04 |
mayankg2703 | ced8514 | 2018-03-20 05:42:53 +0000 | [diff] [blame] | 26 | pdp: |
| 27 | nameOverride: pdp |
| 28 | pap: |
k.kedron | 75da97d | 2020-03-10 16:09:06 +0100 | [diff] [blame] | 29 | nameOverride: pap |
mayankg2703 | ced8514 | 2018-03-20 05:42:53 +0000 | [diff] [blame] | 30 | drools: |
| 31 | nameOverride: drools |
| 32 | brmwgw: |
| 33 | nameOverride: brmsgw |
| 34 | nexus: |
| 35 | nameOverride: nexus |
Sylvain Desbureaux | 4898dc0 | 2019-11-14 13:35:13 +0100 | [diff] [blame] | 36 | mariadb: |
| 37 | # '&mariadbConfig' means we "store" the values for later use in the file |
| 38 | # with '*mariadbConfig' pointer. |
| 39 | config: &mariadbConfig |
| 40 | userName: policy_user |
| 41 | userPassword: policy_user |
| 42 | mariadbRootPassword: secret |
| 43 | mysqlDatabase: policyadmin |
| 44 | service: &mariadbService |
| 45 | name: policy-mariadb |
| 46 | portName: mysql-policy |
| 47 | internalPort: 3306 |
mayankg2703 | ced8514 | 2018-03-20 05:42:53 +0000 | [diff] [blame] | 48 | |
| 49 | ################################################################# |
| 50 | # Application configuration defaults. |
| 51 | ################################################################# |
| 52 | # application image |
| 53 | repository: nexus3.onap.org:10001 |
jhh | d2b9ed8 | 2019-12-10 17:15:28 -0600 | [diff] [blame] | 54 | image: onap/policy-pe:1.6.1 |
Sylvain Desbureaux | 4898dc0 | 2019-11-14 13:35:13 +0100 | [diff] [blame] | 55 | mariadb_image: library/mariadb:10 |
kerenj | 3b697f6 | 2017-08-23 11:21:21 +0000 | [diff] [blame] | 56 | pullPolicy: Always |
Alexis de Talhouët | df4db0b | 2017-12-11 08:36:25 -0500 | [diff] [blame] | 57 | |
mayankg2703 | ced8514 | 2018-03-20 05:42:53 +0000 | [diff] [blame] | 58 | subChartsOnly: |
| 59 | enabled: true |
BorislavG | 5f3b619 | 2018-03-25 18:12:38 +0300 | [diff] [blame] | 60 | |
Sylvain Desbureaux | 4898dc0 | 2019-11-14 13:35:13 +0100 | [diff] [blame] | 61 | pap: |
| 62 | nameOverride: pap |
mayankg2703 | ced8514 | 2018-03-20 05:42:53 +0000 | [diff] [blame] | 63 | pdp: |
| 64 | nameOverride: pdp |
mayankg2703 | ced8514 | 2018-03-20 05:42:53 +0000 | [diff] [blame] | 65 | drools: |
| 66 | nameOverride: drools |
| 67 | brmwgw: |
| 68 | nameOverride: brmsgw |
| 69 | nexus: |
| 70 | nameOverride: nexus |
| 71 | |
| 72 | # flag to enable debugging - application support required |
| 73 | debugEnabled: false |
| 74 | |
| 75 | # application configuration |
BorislavG | 5f3b619 | 2018-03-25 18:12:38 +0300 | [diff] [blame] | 76 | config: |
Jorge Hernandez | 823691f | 2018-04-30 19:53:29 -0500 | [diff] [blame] | 77 | preloadPolicies: false |
mayankg2703 | c798546 | 2018-03-29 14:24:23 +0000 | [diff] [blame] | 78 | pdpPort: 8081 |
mayankg2703 | ced8514 | 2018-03-20 05:42:53 +0000 | [diff] [blame] | 79 | |
| 80 | # default number of instances |
| 81 | replicaCount: 1 |
| 82 | |
| 83 | nodeSelector: {} |
| 84 | |
| 85 | affinity: {} |
| 86 | |
| 87 | # probe configuration parameters |
| 88 | liveness: |
| 89 | initialDelaySeconds: 10 |
| 90 | periodSeconds: 10 |
| 91 | # necessary to disable liveness probe when setting breakpoints |
| 92 | # in debugger so K8s doesn't restart unresponsive container |
| 93 | enabled: true |
| 94 | |
| 95 | readiness: |
| 96 | initialDelaySeconds: 10 |
| 97 | periodSeconds: 10 |
| 98 | |
| 99 | service: |
| 100 | type: NodePort |
| 101 | name: pap |
BorislavG | 1ffbd99 | 2018-04-24 07:56:27 +0000 | [diff] [blame] | 102 | portName: pap |
jhh | 59ce22d | 2019-05-14 17:59:36 -0500 | [diff] [blame] | 103 | internalPort: 8443 |
mayankg2703 | ced8514 | 2018-03-20 05:42:53 +0000 | [diff] [blame] | 104 | externalPort: 8443 |
| 105 | nodePort: 19 |
jhh | 59ce22d | 2019-05-14 17:59:36 -0500 | [diff] [blame] | 106 | internalPort2: 9091 |
mayankg2703 | ced8514 | 2018-03-20 05:42:53 +0000 | [diff] [blame] | 107 | externalPort2: 9091 |
| 108 | nodePort2: 18 |
| 109 | |
| 110 | ingress: |
| 111 | enabled: false |
| 112 | |
Sylvain Desbureaux | 4898dc0 | 2019-11-14 13:35:13 +0100 | [diff] [blame] | 113 | mariadb-galera: |
| 114 | # mariadb-galera.config and global.mariadb.config must be equals |
| 115 | config: *mariadbConfig |
| 116 | nameOverride: policy-mariadb |
| 117 | # mariadb-galera.service and global.mariadb.service must be equals |
| 118 | service: *mariadbService |
| 119 | replicaCount: 1 |
| 120 | persistence: |
| 121 | enabled: true |
| 122 | mountSubPath: policy/maria/data |
jhh | 6361494 | 2020-01-03 13:51:59 -0600 | [diff] [blame] | 123 | externalConfig: |- |
| 124 | [mysqld] |
| 125 | lower_case_table_names = 1 |
Sylvain Desbureaux | 4898dc0 | 2019-11-14 13:35:13 +0100 | [diff] [blame] | 126 | |
Mandeep Khinda | 60d36d4 | 2018-09-24 15:15:48 +0000 | [diff] [blame] | 127 | # Resource Limit flavor -By Default using small |
vaibhavjayas | 4136f5d | 2018-08-17 07:01:05 +0000 | [diff] [blame] | 128 | flavor: small |
| 129 | # Segregation for Different environment (Small and Large) |
| 130 | resources: |
| 131 | small: |
| 132 | limits: |
| 133 | cpu: 1 |
| 134 | memory: 4Gi |
| 135 | requests: |
| 136 | cpu: 10m |
| 137 | memory: 1Gi |
| 138 | large: |
| 139 | limits: |
| 140 | cpu: 2 |
| 141 | memory: 8Gi |
| 142 | requests: |
| 143 | cpu: 20m |
Mandeep Khinda | 60d36d4 | 2018-09-24 15:15:48 +0000 | [diff] [blame] | 144 | memory: 2Gi |
Jorge Hernandez | d128b20 | 2019-02-14 13:52:59 -0600 | [diff] [blame] | 145 | unlimited: {} |