blob: 61002778fdcd1bb996ceef1ae43f473d9bb4455d [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
Mandeep Khinda561a91c2018-08-23 14:08:52 +000021 readinessImage: readiness-check:2.0.1
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
Sonsino, Ofir (os0695)2dda01d2018-05-30 18:41:14 +030050 vidmysqlhost: vid-galera
Priyanka5fdca022018-03-13 12:53:06 +000051 vidmysqlport: "3306"
52 vidmysqldbname: vid_openecomp_epsdk
53 vidmysqluser: vidadmin
54 vidmysqlmaxconnections: "5"
BorislavG5f3b6192018-03-25 18:12:38 +030055 logstashServiceName: log-ls
56 logstashPort: 5044
Sonsino, Ofir (os0695)c9a6edf2018-10-18 11:26:03 +030057 roleaccesscentralized: remote
Priyanka5fdca022018-03-13 12:53:06 +000058
Priyanka5fdca022018-03-13 12:53:06 +000059# subchart configuration
Mandeep Khinda561a91c2018-08-23 14:08:52 +000060vid_mariadb_galera:
61# nameOverride: vid-mariadb-galera
62 replicaCount: 1
Priyanka5fdca022018-03-13 12:53:06 +000063
64# default number of instances
65replicaCount: 1
66
67nodeSelector: {}
68
69affinity: {}
70
71# probe configuration parameters
72liveness:
Mandeep Khindacef0e3c2018-09-21 03:59:17 +000073 initialDelaySeconds: 120
Priyanka5fdca022018-03-13 12:53:06 +000074 periodSeconds: 10
75 # necessary to disable liveness probe when setting breakpoints
76 # in debugger so K8s doesn't restart unresponsive container
77 enabled: true
78
79readiness:
80 initialDelaySeconds: 10
81 periodSeconds: 10
82
83service:
84 type: NodePort
85 name: vid
BorislavG1ffbd992018-04-24 07:56:27 +000086 portName: vid
Piotr Daroszd9dc2192018-09-10 10:40:26 +020087 externalPort: 8443
Piotr Daroszaca7aa52018-08-29 14:27:02 +020088 internalPort: 8443
Piotr Daroszd9dc2192018-09-10 10:40:26 +020089 nodePort: "00"
Ittay Stern94094702019-08-04 14:00:22 +030090 externalHttpPort: 8080
91 internalHttpPort: 8080
Priyanka5fdca022018-03-13 12:53:06 +000092
93ingress:
94 enabled: false
95
Mandeep Khinda60d36d42018-09-24 15:15:48 +000096# Resource Limit flavor -By Default using small
vaibhavjayasafb925d2018-09-19 09:33:41 +000097flavor: small
98# Segregation for Different environment (Small and Large)
99resources:
100 small:
101 limits:
Mandeep Khindacef0e3c2018-09-21 03:59:17 +0000102 cpu: 200m
vaibhavjayasafb925d2018-09-19 09:33:41 +0000103 memory: 2Gi
104 requests:
Mandeep Khindacef0e3c2018-09-21 03:59:17 +0000105 cpu: 100m
Mandeep Khinda3c134252018-09-19 23:56:37 +0000106 memory: 1Gi
vaibhavjayasafb925d2018-09-19 09:33:41 +0000107 large:
108 limits:
Mandeep Khindacef0e3c2018-09-21 03:59:17 +0000109 cpu: 400m
vaibhavjayasafb925d2018-09-19 09:33:41 +0000110 memory: 4Gi
111 requests:
Mandeep Khindacef0e3c2018-09-21 03:59:17 +0000112 cpu: 200m
Mandeep Khinda60d36d42018-09-24 15:15:48 +0000113 memory: 2Gi
Ittay Stern91751272019-05-05 12:11:47 +0300114 unlimited: {}