priyanshu | 3af9db6 | 2018-08-16 16:23:52 +0530 | [diff] [blame] | 1 | # Copyright © 2018 Amdocs, Bell Canada |
priyanshua | 1b06139 | 2018-05-29 12:50:14 +0530 | [diff] [blame] | 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 | |
| 15 | ################################################################# |
| 16 | # Global configuration defaults. |
| 17 | ################################################################# |
| 18 | global: |
| 19 | nodePortPrefix: 302 |
dfx1971 | b2734ed | 2019-05-07 10:35:58 +0300 | [diff] [blame] | 20 | nodePortPrefixExt: 304 |
ChrisC | 742a7b2 | 2020-09-04 11:29:57 +0200 | [diff] [blame] | 21 | aafEnabled: true |
| 22 | |
| 23 | ################################################################# |
| 24 | # AAF Part |
| 25 | ################################################################# |
| 26 | certInitializer: |
| 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 Desbureaux | 575743d | 2021-02-23 16:38:07 +0100 | [diff] [blame] | 42 | 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 |
priyanshua | 1b06139 | 2018-05-29 12:50:14 +0530 | [diff] [blame] | 45 | |
| 46 | ################################################################# |
| 47 | # Application configuration defaults. |
| 48 | ################################################################# |
| 49 | # application image |
ChrisC | 7ab5731 | 2020-08-12 16:24:38 +0200 | [diff] [blame] | 50 | image: onap/sdc-workflow-frontend:1.7.0 |
priyanshua | 1b06139 | 2018-05-29 12:50:14 +0530 | [diff] [blame] | 51 | pullPolicy: Always |
| 52 | |
| 53 | # flag to enable debugging - application support required |
| 54 | debugEnabled: false |
| 55 | |
| 56 | config: |
r.bogacki | 861f507 | 2019-09-03 10:16:59 +0200 | [diff] [blame] | 57 | javaOptions: "-Xmx256m -Xms256m" |
IlanaP | c80bff9 | 2019-11-18 21:10:08 +0200 | [diff] [blame] | 58 | backendServerURL: "https://sdc-wfd-be:8443" |
dfx1971 | e8246b5 | 2019-05-23 12:07:39 +0300 | [diff] [blame] | 59 | isHttpsEnabled: true |
IlanaP | c80bff9 | 2019-11-18 21:10:08 +0200 | [diff] [blame] | 60 | # following flag decides whether to check the certificate on the outgoing proxy request or whether to trust all parties |
| 61 | isTrustAll: true |
dfx1971 | b2734ed | 2019-05-07 10:35:58 +0300 | [diff] [blame] | 62 | # https relevant settings. Change in case you have other trust files then default ones. |
ChrisC | 742a7b2 | 2020-09-04 11:29:57 +0200 | [diff] [blame] | 63 | |
| 64 | #environment file |
| 65 | env: |
| 66 | name: AUTO |
| 67 | |
dfx1971 | b2734ed | 2019-05-07 10:35:58 +0300 | [diff] [blame] | 68 | security: |
r.bogacki | 08a72d6 | 2019-10-01 08:43:44 +0200 | [diff] [blame] | 69 | isDefaultStore: false |
priyanshua | 1b06139 | 2018-05-29 12:50:14 +0530 | [diff] [blame] | 70 | |
| 71 | # default number of instances |
| 72 | replicaCount: 1 |
| 73 | |
| 74 | nodeSelector: {} |
| 75 | |
| 76 | affinity: {} |
| 77 | |
| 78 | # probe configuration parameters |
| 79 | liveness: |
Sylvain Desbureaux | 8c9416b | 2021-05-05 11:12:48 +0200 | [diff] [blame] | 80 | initialDelaySeconds: 1 |
priyanshua | 1b06139 | 2018-05-29 12:50:14 +0530 | [diff] [blame] | 81 | periodSeconds: 10 |
Sylvain Desbureaux | 8c9416b | 2021-05-05 11:12:48 +0200 | [diff] [blame] | 82 | successThreshold: 1 |
| 83 | failureThreshold: 3 |
priyanshua | 1b06139 | 2018-05-29 12:50:14 +0530 | [diff] [blame] | 84 | # necessary to disable liveness probe when setting breakpoints |
| 85 | # in debugger so K8s doesn't restart unresponsive container |
| 86 | enabled: true |
| 87 | |
| 88 | readiness: |
Sylvain Desbureaux | 8c9416b | 2021-05-05 11:12:48 +0200 | [diff] [blame] | 89 | initialDelaySeconds: 1 |
priyanshua | 1b06139 | 2018-05-29 12:50:14 +0530 | [diff] [blame] | 90 | periodSeconds: 10 |
Sylvain Desbureaux | 8c9416b | 2021-05-05 11:12:48 +0200 | [diff] [blame] | 91 | successThreshold: 1 |
| 92 | failureThreshold: 3 |
| 93 | |
| 94 | startup: |
| 95 | initialDelaySeconds: 10 |
| 96 | periodSeconds: 10 |
| 97 | successThreshold: 1 |
| 98 | failureThreshold: 60 |
priyanshua | 1b06139 | 2018-05-29 12:50:14 +0530 | [diff] [blame] | 99 | |
| 100 | service: |
| 101 | type: NodePort |
| 102 | internalPort: 8080 |
| 103 | externalPort: 8080 |
dfx1971 | b2734ed | 2019-05-07 10:35:58 +0300 | [diff] [blame] | 104 | internalPort2: 8443 |
| 105 | externalPort2: 8443 |
IlanaP | c80bff9 | 2019-11-18 21:10:08 +0200 | [diff] [blame] | 106 | portName: sdc-wfd-fe |
| 107 | nodePort: "56" # only one node port. set to http or https port depending on isHttpsEnabled property |
priyanshua | 1b06139 | 2018-05-29 12:50:14 +0530 | [diff] [blame] | 108 | |
| 109 | ingress: |
| 110 | enabled: false |
Lucjan Bryndza | a0abab1 | 2019-11-28 11:00:50 +0100 | [diff] [blame] | 111 | service: |
| 112 | - baseaddr: "sdcwfdfe" |
| 113 | name: "sdc-wfd-fe" |
| 114 | port: 8443 |
priyanshu | 54a0a8a | 2019-02-28 10:08:52 +0530 | [diff] [blame] | 115 | annotations: |
| 116 | ingress.kubernetes.io/secure-backends: "false" |
| 117 | nginx.ingress.kubernetes.io/secure-backends: "false" |
| 118 | nginx.ingress.kubernetes.io/proxy-body-size: "0" |
| 119 | nginx.ingress.kubernetes.io/ssl-redirect: "true" |
| 120 | nginx.ingress.kubernetes.io/backend-protocol: "HTTP" |
Lucjan Bryndza | a0abab1 | 2019-11-28 11:00:50 +0100 | [diff] [blame] | 121 | nginx.ingress.kubernetes.io/rewrite-target: "/workflows/" |
priyanshua | 1b06139 | 2018-05-29 12:50:14 +0530 | [diff] [blame] | 122 | |
ChrisC | 3217234 | 2020-10-02 16:39:13 +0200 | [diff] [blame] | 123 | # Resource Limit flavor -By Default using small |
| 124 | # Segregation for Different environment (Small and Large) |
| 125 | flavor: small |
| 126 | resources: |
| 127 | small: |
| 128 | limits: |
| 129 | cpu: 500m |
| 130 | memory: 2Gi |
| 131 | requests: |
| 132 | cpu: 40m |
| 133 | memory: 1Gi |
| 134 | large: |
| 135 | limits: |
| 136 | cpu: 1 |
| 137 | memory: 4Gi |
| 138 | requests: |
| 139 | cpu: 80m |
| 140 | memory: 2Gi |
| 141 | unlimited: {} |
farida azmy | 1383b4c | 2021-04-06 12:33:31 +0200 | [diff] [blame] | 142 | |
| 143 | #Pods Service Account |
| 144 | serviceAccount: |
| 145 | nameOverride: sdc-wfd-fe |
| 146 | roles: |
| 147 | - read |