kj | 41ef22e | 2018-04-02 13:34:07 +0300 | [diff] [blame] | 1 | # Copyright © 2017 Amdocs, Bell Canada |
Nishukumar | 376ba1e | 2018-08-03 09:17:23 +0000 | [diff] [blame] | 2 | # Modifications Copyright © 2018 AT&T |
kj | 41ef22e | 2018-04-02 13:34:07 +0300 | [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 | |
| 16 | ################################################################# |
| 17 | # Global configuration defaults. |
| 18 | ################################################################# |
| 19 | global: |
| 20 | nodePortPrefix: 302 |
Andreas Geissler | dfa23c8 | 2022-05-13 16:54:43 +0200 | [diff] [blame^] | 21 | artifactImage: onap/multicloud/framework-artifactbroker:1.8.1 |
Sylvain Desbureaux | 37dc40c | 2020-11-21 22:46:57 +0100 | [diff] [blame] | 22 | persistence: {} |
kj | 41ef22e | 2018-04-02 13:34:07 +0300 | [diff] [blame] | 23 | |
| 24 | ################################################################# |
| 25 | # Application configuration defaults. |
| 26 | ################################################################# |
| 27 | # application image |
Bin Yang | df4fc03 | 2022-03-22 16:08:22 +0800 | [diff] [blame] | 28 | image: onap/multicloud/openstack-windriver:1.5.7 |
kj | 41ef22e | 2018-04-02 13:34:07 +0300 | [diff] [blame] | 29 | pullPolicy: Always |
| 30 | |
Huabing Zhao | 8957780 | 2018-07-30 09:41:17 +0000 | [diff] [blame] | 31 | #Istio sidecar injection policy |
| 32 | istioSidecar: true |
| 33 | |
kj | 41ef22e | 2018-04-02 13:34:07 +0300 | [diff] [blame] | 34 | # application configuration |
| 35 | config: |
Bin Yang | 842a484 | 2020-02-04 01:03:14 +0800 | [diff] [blame] | 36 | ssl_enabled: true |
kj | 41ef22e | 2018-04-02 13:34:07 +0300 | [diff] [blame] | 37 | msbgateway: msb-iag |
Bin Yang | 842a484 | 2020-02-04 01:03:14 +0800 | [diff] [blame] | 38 | msbPort: 443 |
Andreas Geissler | dfa23c8 | 2022-05-13 16:54:43 +0200 | [diff] [blame^] | 39 | msbPlainPort: 80 |
kj | 41ef22e | 2018-04-02 13:34:07 +0300 | [diff] [blame] | 40 | aai: |
Andreas Geissler | dfa23c8 | 2022-05-13 16:54:43 +0200 | [diff] [blame^] | 41 | aaiPort: 8443 |
| 42 | aaiPlainPort: 8080 |
Bin Yang | 4884afa | 2018-05-23 18:30:31 +0000 | [diff] [blame] | 43 | schemaVersion: v13 |
kj | 41ef22e | 2018-04-02 13:34:07 +0300 | [diff] [blame] | 44 | username: AAI |
| 45 | password: AAI |
| 46 | |
| 47 | service: |
Bin Yang | 9ea6b40 | 2019-05-08 02:09:38 +0000 | [diff] [blame] | 48 | type: ClusterIP |
Bin Yang | 8858ebd | 2018-09-03 10:39:29 +0000 | [diff] [blame] | 49 | name: multicloud-titaniumcloud |
Bin Yang | 0c54f18 | 2018-10-09 03:27:40 +0000 | [diff] [blame] | 50 | portName: multicloud-titaniumcloud |
kj | 41ef22e | 2018-04-02 13:34:07 +0300 | [diff] [blame] | 51 | externalPort: 9005 |
| 52 | internalPort: 9005 |
| 53 | nodePort: 94 |
| 54 | |
| 55 | # default number of instances |
| 56 | replicaCount: 1 |
| 57 | |
| 58 | nodeSelector: {} |
| 59 | |
| 60 | affinity: {} |
| 61 | |
| 62 | # probe configuration parameters |
| 63 | liveness: |
| 64 | initialDelaySeconds: 30 |
| 65 | periodSeconds: 10 |
| 66 | timeoutSeconds: 10 |
| 67 | successThreshold: 1 |
| 68 | failureThreshold: 5 |
| 69 | enabled: true |
| 70 | |
Pradeep Patel | d5187f9 | 2018-04-26 06:07:56 +0000 | [diff] [blame] | 71 | ingress: |
| 72 | enabled: false |
| 73 | |
Liang Ding | bacdd45 | 2019-09-04 09:55:35 -0700 | [diff] [blame] | 74 | persistence: |
| 75 | enabled: true |
| 76 | mountPath: /dockerdata-nfs |
| 77 | mountSubPath: multicloud-windriver/data |
| 78 | volumeReclaimPolicy: Retain |
| 79 | accessMode: ReadWriteOnce |
| 80 | size: 5Gi |
| 81 | |
Mukul | 62927a1 | 2018-09-11 11:42:00 +0000 | [diff] [blame] | 82 | # Resource Limit flavor -By Default using small |
| 83 | flavor: small |
| 84 | # Segregation for Different environment (Small and Large) |
| 85 | resources: |
| 86 | small: |
| 87 | limits: |
| 88 | cpu: 1 |
| 89 | memory: 4Gi |
| 90 | requests: |
| 91 | cpu: 10m |
| 92 | memory: 1Gi |
| 93 | large: |
| 94 | limits: |
| 95 | cpu: 2 |
| 96 | memory: 8Gi |
| 97 | requests: |
| 98 | cpu: 20m |
| 99 | memory: 2Gi |
Bin Yang | 0c54f18 | 2018-10-09 03:27:40 +0000 | [diff] [blame] | 100 | unlimited: {} |
farida azmy | 7251355 | 2021-10-12 18:55:21 +0200 | [diff] [blame] | 101 | |
Bin Yang | df4fc03 | 2022-03-22 16:08:22 +0800 | [diff] [blame] | 102 | # memcached image resource |
| 103 | memcached: memcached:alpine3.15 |
| 104 | |
farida azmy | 7251355 | 2021-10-12 18:55:21 +0200 | [diff] [blame] | 105 | #Pods Service Account |
| 106 | serviceAccount: |
| 107 | nameOverride: multicloud-windriver |
| 108 | roles: |
| 109 | - read |
Maciej Wereski | 989c91c | 2021-11-17 16:45:14 +0100 | [diff] [blame] | 110 | |
| 111 | #Log configuration |
| 112 | log: |
| 113 | path: /var/log/onap |
| 114 | logConfigMapNamePrefix: '{{ include "common.fullname" . }}' |