blob: f20e58f8e4d67d19d7fdd4cfe76e45d7bd17c88a [file] [log] [blame]
vaibhav_16dece04b2fe2018-03-22 09:07:12 +00001# Copyright © 2017 Amdocs, Bell Canada
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.
14
Priyanka5fdca022018-03-13 12:53:06 +000015# Default values for vid.
16# This is a YAML-formatted file.
17# Declare variables to be passed into your templates.
18global:
19 nodePortPrefix: 302
Priyanka5fdca022018-03-13 12:53:06 +000020 readinessRepository: oomk8s
Sylvain Desbureaux6383c442019-11-14 09:28:12 +010021 readinessImage: readiness-check:2.0.2
Priyanka5fdca022018-03-13 12:53:06 +000022 loggingRepository: docker.elastic.co
23 loggingImage: beats/filebeat:5.5.0
24
25subChartsOnly:
26 enabled: true
27
28# application image
29repository: nexus3.onap.org:10001
Ittay Stern6b6c20b2019-09-16 13:06:59 +030030image: onap/vid:5.0.3
yurynd0707be2017-09-27 14:54:18 +030031pullPolicy: Always
Priyanka5fdca022018-03-13 12:53:06 +000032
Sonsino, Ofir (os0695)2dda01d2018-05-30 18:41:14 +030033# mariadb image for initializing
34mariadb_image: library/mariadb:10
Priyanka5fdca022018-03-13 12:53:06 +000035
36# application configuration
BorislavG5f3b6192018-03-25 18:12:38 +030037config:
Priyanka5fdca022018-03-13 12:53:06 +000038 vidmysqlpassword: Kp8bJ4SXszM0WXlhak3eHlcse2gAw84vaoGGmJvUy2U
Ittay Stern2c00e1a2019-10-03 17:18:48 +030039 vidkeystorepassword: '\^7w\!f+aR\{EJcTRsDuA7x\,+c\!'
Priyanka5fdca022018-03-13 12:53:06 +000040 asdcclientrestauth: "Basic dmlkOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU="
k.kedronc784bbd2019-09-05 18:28:16 +020041 asdcclientrestport: "8443"
Priyanka5fdca022018-03-13 12:53:06 +000042 vidaaiport: "8443"
Sonsino, Ofir (os0695)c9a6edf2018-10-18 11:26:03 +030043 onapport: "30225"
44 onapportrest: "8443"
45 portalhost: "portal.api.simpledemo.onap.org"
Alexis de Talhouët6c9efc62018-09-20 11:54:03 -040046 msoport: "8080"
Priyanka5fdca022018-03-13 12:53:06 +000047 vidmsopass: OBF:1ih71i271vny1yf41ymf1ylz1yf21vn41hzj1icz
48 msodme2serverurl: http://localhost:8081
49 vidcontactuslink: https://todo_contact_us_link.com
Priyanka5fdca022018-03-13 12:53:06 +000050 vidmysqlmaxconnections: "5"
BorislavG5f3b6192018-03-25 18:12:38 +030051 logstashServiceName: log-ls
52 logstashPort: 5044
Sonsino, Ofir (os0695)c9a6edf2018-10-18 11:26:03 +030053 roleaccesscentralized: remote
Priyanka5fdca022018-03-13 12:53:06 +000054
Sylvain Desbureaux6383c442019-11-14 09:28:12 +010055mariadb-galera:
56 config:
57 userName: vidadmin
58 userPassword: Kp8bJ4SXszM0WXlhak3eHlcse2gAw84vaoGGmJvUy2U
59 mariadbRootPassword: kjgsdhjqhawxvnbpoiawsfgjsqhsgjhjhdqihhjqdvcbxkjchizpw
60 mysqlDatabase: vid_openecomp_epsdk
61 nameOverride: vid-galera
62 service:
63 name: vid-galera
64 portName: mysql-vid
65 internalPort: "3306"
66 replicaCount: 3
67 persistence:
68 enabled: true
69 mountSubPath: vid/maria/data
70 externalConfig: |-
71 lower_case_table_names = 1
Priyanka5fdca022018-03-13 12:53:06 +000072
73# default number of instances
74replicaCount: 1
75
76nodeSelector: {}
77
78affinity: {}
79
80# probe configuration parameters
81liveness:
Mandeep Khindacef0e3c2018-09-21 03:59:17 +000082 initialDelaySeconds: 120
Priyanka5fdca022018-03-13 12:53:06 +000083 periodSeconds: 10
84 # necessary to disable liveness probe when setting breakpoints
85 # in debugger so K8s doesn't restart unresponsive container
86 enabled: true
87
88readiness:
89 initialDelaySeconds: 10
90 periodSeconds: 10
91
92service:
93 type: NodePort
94 name: vid
BorislavG1ffbd992018-04-24 07:56:27 +000095 portName: vid
Piotr Daroszd9dc2192018-09-10 10:40:26 +020096 externalPort: 8443
Piotr Daroszaca7aa52018-08-29 14:27:02 +020097 internalPort: 8443
Piotr Daroszd9dc2192018-09-10 10:40:26 +020098 nodePort: "00"
Ittay Stern94094702019-08-04 14:00:22 +030099 externalHttpPort: 8080
100 internalHttpPort: 8080
Priyanka5fdca022018-03-13 12:53:06 +0000101
102ingress:
103 enabled: false
104
Mandeep Khinda60d36d42018-09-24 15:15:48 +0000105# Resource Limit flavor -By Default using small
vaibhavjayasafb925d2018-09-19 09:33:41 +0000106flavor: small
107# Segregation for Different environment (Small and Large)
108resources:
109 small:
110 limits:
Mandeep Khindacef0e3c2018-09-21 03:59:17 +0000111 cpu: 200m
vaibhavjayasafb925d2018-09-19 09:33:41 +0000112 memory: 2Gi
113 requests:
Mandeep Khindacef0e3c2018-09-21 03:59:17 +0000114 cpu: 100m
Mandeep Khinda3c134252018-09-19 23:56:37 +0000115 memory: 1Gi
vaibhavjayasafb925d2018-09-19 09:33:41 +0000116 large:
117 limits:
Mandeep Khindacef0e3c2018-09-21 03:59:17 +0000118 cpu: 400m
vaibhavjayasafb925d2018-09-19 09:33:41 +0000119 memory: 4Gi
120 requests:
Mandeep Khindacef0e3c2018-09-21 03:59:17 +0000121 cpu: 200m
Mandeep Khinda60d36d42018-09-24 15:15:48 +0000122 memory: 2Gi
Ittay Stern91751272019-05-05 12:11:47 +0300123 unlimited: {}