blob: 37fdfd7993071d41c7dc70256ae4b9457869a842 [file] [log] [blame]
priyanshu3af9db62018-08-16 16:23:52 +05301# Copyright © 2018 Amdocs, Bell Canada
priyanshua1b061392018-05-29 12:50:14 +05302#
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
15#################################################################
16# Global configuration defaults.
17#################################################################
18global:
19 nodePortPrefix: 302
dfx1971b2734ed2019-05-07 10:35:58 +030020 nodePortPrefixExt: 304
ChrisC742a7b22020-09-04 11:29:57 +020021 aafEnabled: true
22
23#################################################################
24# AAF Part
25#################################################################
26certInitializer:
27 nameOverride: sdc-wfd-fe-cert-init
28 aafDeployFqi: deployer@people.osaaf.org
29 aafDeployPass: demo123456!
30 fqdn: sdc
31 fqi: sdc@sdc.onap.org
32 public_fqdn: sdc.onap.org
33 cadi_longitude: "0.0"
34 cadi_latitude: "0.0"
35 app_ns: org.osaaf.aaf
36 credsPath: /opt/app/osaaf/local
37 addconfig: true
38 keystoreFile: "org.onap.sdc.p12"
39 truststoreFile: "org.onap.sdc.trust.jks"
40 permission_user: 352070
41 permission_group: 35953
Sylvain Desbureaux575743d2021-02-23 16:38:07 +010042 aaf_add_config: |
43 echo "cadi_keystore_password_p12=$cadi_keystore_password_p12" > {{ .Values.credsPath }}/mycreds.prop
44 echo "cadi_truststore_password=$cadi_truststore_password" >> {{ .Values.credsPath }}/mycreds.prop
priyanshua1b061392018-05-29 12:50:14 +053045
46#################################################################
47# Application configuration defaults.
48#################################################################
49# application image
vasrazcd73ca62022-03-17 15:18:51 +000050image: onap/sdc-workflow-frontend:1.11.1
priyanshua1b061392018-05-29 12:50:14 +053051pullPolicy: Always
52
53# flag to enable debugging - application support required
54debugEnabled: false
55
56config:
r.bogacki861f5072019-09-03 10:16:59 +020057 javaOptions: "-Xmx256m -Xms256m"
othman touijer2b764d02022-01-05 14:40:37 +010058 backendServerURL:
59 https: "https://sdc-wfd-be:8443"
60 http: "http://sdc-wfd-be:8080"
IlanaPc80bff92019-11-18 21:10:08 +020061 # following flag decides whether to check the certificate on the outgoing proxy request or whether to trust all parties
62 isTrustAll: true
dfx1971b2734ed2019-05-07 10:35:58 +030063# https relevant settings. Change in case you have other trust files then default ones.
ChrisC742a7b22020-09-04 11:29:57 +020064
65#environment file
66env:
67 name: AUTO
68
dfx1971b2734ed2019-05-07 10:35:58 +030069security:
r.bogacki08a72d62019-10-01 08:43:44 +020070 isDefaultStore: false
priyanshua1b061392018-05-29 12:50:14 +053071
72# default number of instances
73replicaCount: 1
74
75nodeSelector: {}
76
77affinity: {}
78
79# probe configuration parameters
80liveness:
Sylvain Desbureaux8c9416b2021-05-05 11:12:48 +020081 initialDelaySeconds: 1
priyanshua1b061392018-05-29 12:50:14 +053082 periodSeconds: 10
Sylvain Desbureaux8c9416b2021-05-05 11:12:48 +020083 successThreshold: 1
84 failureThreshold: 3
priyanshua1b061392018-05-29 12:50:14 +053085 # necessary to disable liveness probe when setting breakpoints
86 # in debugger so K8s doesn't restart unresponsive container
87 enabled: true
88
89readiness:
Sylvain Desbureaux8c9416b2021-05-05 11:12:48 +020090 initialDelaySeconds: 1
priyanshua1b061392018-05-29 12:50:14 +053091 periodSeconds: 10
Sylvain Desbureaux8c9416b2021-05-05 11:12:48 +020092 successThreshold: 1
93 failureThreshold: 3
94
95startup:
96 initialDelaySeconds: 10
97 periodSeconds: 10
98 successThreshold: 1
99 failureThreshold: 60
priyanshua1b061392018-05-29 12:50:14 +0530100
101service:
102 type: NodePort
103 internalPort: 8080
104 externalPort: 8080
dfx1971b2734ed2019-05-07 10:35:58 +0300105 internalPort2: 8443
106 externalPort2: 8443
IlanaPc80bff92019-11-18 21:10:08 +0200107 portName: sdc-wfd-fe
108 nodePort: "56" # only one node port. set to http or https port depending on isHttpsEnabled property
priyanshua1b061392018-05-29 12:50:14 +0530109
110ingress:
111 enabled: false
Lucjan Bryndzaa0abab12019-11-28 11:00:50 +0100112 service:
Andreas Geissler51900a92022-08-03 13:10:35 +0200113 - baseaddr: "sdc-wfd-fe-ui"
Lucjan Bryndzaa0abab12019-11-28 11:00:50 +0100114 name: "sdc-wfd-fe"
115 port: 8443
Andreas Geissler51900a92022-08-03 13:10:35 +0200116 plain_port: 8080
priyanshu54a0a8a2019-02-28 10:08:52 +0530117 annotations:
118 ingress.kubernetes.io/secure-backends: "false"
119 nginx.ingress.kubernetes.io/secure-backends: "false"
120 nginx.ingress.kubernetes.io/proxy-body-size: "0"
121 nginx.ingress.kubernetes.io/ssl-redirect: "true"
122 nginx.ingress.kubernetes.io/backend-protocol: "HTTP"
Lucjan Bryndzaa0abab12019-11-28 11:00:50 +0100123 nginx.ingress.kubernetes.io/rewrite-target: "/workflows/"
priyanshua1b061392018-05-29 12:50:14 +0530124
ChrisC32172342020-10-02 16:39:13 +0200125# Resource Limit flavor -By Default using small
126# Segregation for Different environment (Small and Large)
127flavor: small
128resources:
129 small:
130 limits:
131 cpu: 500m
132 memory: 2Gi
133 requests:
134 cpu: 40m
135 memory: 1Gi
136 large:
137 limits:
138 cpu: 1
139 memory: 4Gi
140 requests:
141 cpu: 80m
142 memory: 2Gi
143 unlimited: {}
farida azmy1383b4c2021-04-06 12:33:31 +0200144
145#Pods Service Account
146serviceAccount:
147 nameOverride: sdc-wfd-fe
148 roles:
149 - read
Maciej Wereski771ec2a2021-10-14 13:59:12 +0000150
151#Log configuration
152log:
153 path: /var/log/onap
154logConfigMapNamePrefix: '{{ include "common.fullname" . }}'