1 # Copyright © 2017 Amdocs, Bell Canada
2 # Modifications Copyright © 2018 AT&T, ZTE
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
8 # http://www.apache.org/licenses/LICENSE-2.0
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.
16 #################################################################
17 # Global configuration defaults.
18 #################################################################
22 #################################################################
23 # Application configuration defaults.
24 #################################################################
26 image: onap/sdc-frontend:1.13.6
30 javaOptions: "-Xmx256m -Xms256m"
33 http: "http://sdc-dcae-fe:8183/dcaed/#/home"
34 dcae_source_url: "https://sdc.dcae.plugin.simpledemo.onap.org:30264/dcaed/#/home"
35 dcae_dt_discovery_url:
36 http: "http://sdc-dcae-dt:8186/dcae/#/dcae/home"
37 dcae_dt_source_url: "https://sdc.dcae.plugin.simpledemo.onap.org:30266/dcae/#/dcae/home"
38 workflow_discovery_url:
39 http: "http://sdc-wfd-fe:8080/workflows"
40 workflow_source_url: "https://sdc.workflow.plugin.simpledemo.onap.org:30256/workflows/"
49 # default number of instances
56 # probe configuration parameters
58 initialDelaySeconds: 1
63 # necessary to disable liveness probe when setting breakpoints
64 # in debugger so K8s doesn't restart unresponsive container
68 initialDelaySeconds: 1
75 initialDelaySeconds: 10
90 msb.onap.org/service-info: |
91 {{ if .Values.global.msbEnabled -}}[
93 "serviceName": "sdc-ui",
98 "port": "{{ .Values.service.internalPort }}",
105 - baseaddr: "sdc-fe-ui"
113 authorizedPrincipals:
114 - serviceAccount: consul-read
115 - serviceAccount: consul-server-read
116 - serviceAccount: istio-ingress
117 namespace: istio-ingress
119 # Resource Limit flavor -By Default using small
121 # Segregation for Different environment (Small and Large)
139 #Pods Service Account
148 logConfigMapNamePrefix: '{{ include "common.fullname" . }}'