blob: cadf716b712d99f70014ca463168a09bd6b51182 [file] [log] [blame]
Alexis de Talhouët108e28f2019-04-14 18:54:56 -04001# Copyright © 2018 Orange
2# Modifications Copyright © 2018 Amdocs, Bell Canada
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#################################################################
19global:
20 nodePortPrefixExt: 304
Alexis de Talhouët108e28f2019-04-14 18:54:56 -040021
22subChartsOnly:
23 enabled: true
24
25# application image
Lukasz Rajewskib5e28502023-10-02 17:04:40 +020026image: onap/ccsdk-cds-ui-server:1.5.3
Alexis de Talhouët108e28f2019-04-14 18:54:56 -040027pullPolicy: Always
28
29# application configuration
30config:
Lukasz Rajewskib5e28502023-10-02 17:04:40 +020031 env:
32 protocol: HTTP
Nirvan Ramjuttun4603e7e2019-05-30 14:26:27 -040033 app:
34 action:
35 deployBlueprint:
36 grpcEnabled: true
Nirvan Ramjuttune7a4aa72019-05-07 12:19:50 -040037 api:
38 controller:
Nirvan Ramjuttun4603e7e2019-05-30 14:26:27 -040039 http:
Abdelmuhaimen Seaudieb727eb2019-11-14 15:02:38 +000040 baseUrl: http://cds-blueprints-processor-http:8081/api/v1
Nirvan Ramjuttun4603e7e2019-05-30 14:26:27 -040041 authToken: Basic Y2NzZGthcHBzOmNjc2RrYXBwcw==
Nirvan Ramjuttune7a4aa72019-05-07 12:19:50 -040042 processor:
Nirvan Ramjuttun4603e7e2019-05-30 14:26:27 -040043 http:
44 baseUrl: http://cds-blueprints-processor-http:8080/api/v1
45 authToken: Basic Y2NzZGthcHBzOmNjc2RrYXBwcw==
46 grpc:
47 host: cds-blueprints-processor-grpc
48 port: 9111
49 authToken: Basic Y2NzZGthcHBzOmNjc2RrYXBwcw==
Alexis de Talhouët108e28f2019-04-14 18:54:56 -040050
51# default number of instances
52replicaCount: 1
53
54nodeSelector: {}
55
56affinity: {}
57
58# probe configuration parameters
59liveness:
60 httpGet:
61 path: /
62 port: 3000
63 initialDelaySeconds: 30
64 periodSeconds: 10
65 # necessary to disable liveness probe when setting breakpoints
66 # in debugger so K8s doesn't restart unresponsive container
67 enabled: true
68
69readiness:
70 httpGet:
71 path: /ping
72 port: 3000
73 initialDelaySeconds: 30
74 periodSeconds: 10
75
76service:
77 type: NodePort
Alexis de Talhouët108e28f2019-04-14 18:54:56 -040078 name: cds-ui
Alexis de Talhouët108e28f2019-04-14 18:54:56 -040079 internalPort: 3000
Andreas Geissler11fcd6c2023-05-25 14:33:16 +020080 ports:
81 - name: http
82 port: 3000
83 nodePort: 97
Andreas Geissleraeb99f42023-06-28 10:29:00 +020084 useNodePortExt: true
Alexis de Talhouët108e28f2019-04-14 18:54:56 -040085
86ingress:
87 enabled: false
Lucjan Bryndza33315d42019-11-27 14:07:58 +010088 service:
Andreas Geissler51900a92022-08-03 13:10:35 +020089 - baseaddr: "cds-ui"
Lucjan Bryndza33315d42019-11-27 14:07:58 +010090 name: "cds-ui"
Sylvain Desbureauxe2e9f072020-05-06 15:19:52 +020091 port: 3000
Andreas Geissler4ee97a92022-04-29 13:01:14 +020092 config:
93 ssl: "redirect"
Lucjan Bryndza33315d42019-11-27 14:07:58 +010094
Alexis de Talhouët108e28f2019-04-14 18:54:56 -040095# Resource Limit flavor -By Default using small
96flavor: small
97# Segregation for Different environment (Small and Large)
98resources:
99 small:
100 limits:
vladimir turokdb8167b2023-09-20 11:09:21 +0200101 cpu: 1
Andreas Geissler555db9c2023-06-20 11:38:39 +0200102 memory: 0.2Gi
Alexis de Talhouët108e28f2019-04-14 18:54:56 -0400103 requests:
Andreas Geissler555db9c2023-06-20 11:38:39 +0200104 cpu: 0.5
105 memory: 0.2Gi
Alexis de Talhouët108e28f2019-04-14 18:54:56 -0400106 large:
107 limits:
vladimir turokdb8167b2023-09-20 11:09:21 +0200108 cpu: 2
Andreas Geissler555db9c2023-06-20 11:38:39 +0200109 memory: 0.2Gi
Alexis de Talhouët108e28f2019-04-14 18:54:56 -0400110 requests:
Andreas Geissler555db9c2023-06-20 11:38:39 +0200111 cpu: 1
112 memory: 0.2Gi
Alexis de Talhouët108e28f2019-04-14 18:54:56 -0400113 unlimited: {}
farida azmyffad0322021-04-09 14:18:14 +0200114
115#Pods Service Account
116serviceAccount:
117 nameOverride: cds-ui
118 roles:
119 - read