1 # Copyright 2019 Intel Corporation, Inc
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
7 # http://www.apache.org/licenses/LICENSE-2.0
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.
15 #################################################################
16 # Global configuration defaults.
17 #################################################################
19 nodePortPrefixExt: 304
21 artifactImage: onap/multicloud/framework-artifactbroker:1.7.2
23 #################################################################
24 # Application configuration defaults.
25 #################################################################
27 image: onap/multicloud/k8s:0.9.3
30 # flag to enable debugging - application support required
33 # application configuration is via config files
35 # default number of instances
42 # probe configuration parameters
44 initialDelaySeconds: 10
46 # necessary to disable liveness probe when setting breakpoints
47 # in debugger so K8s doesn't restart unresponsive container
51 initialDelaySeconds: 10
57 portName: multicloud-k8s
62 #Mongo chart overrides for k8splugin
64 nameOverride: multicloud-k8s-mongo
66 name: multicloud-k8s-mongo
68 nfsprovisionerPrefix: multicloud-k8s
69 sdnctlPrefix: multicloud-k8s
71 mountSubPath: multicloud-k8s/mongo/data
73 disableNfsProvisioner: true
74 flavor: &storage_flavor large
75 resources: &storage_resources
92 #etcd chart overrides for k8splugin
94 nameOverride: multicloud-k8s-etcd
96 name: multicloud-k8s-etcd
98 mountSubPath: multicloud-k8s/etcd/data
100 flavor: *storage_flavor
101 resources: *storage_resources
103 # No persistence right now as we rely on Mongo to handle that
106 volumeReclaimPolicy: Retain
107 accessMode: ReadWriteOnce
109 mountPath: /dockerdata-nfs
110 mountSubPath: multicloud-k8s/data
118 # Configure resource requests and limits
137 #Pods Service Account
139 nameOverride: multicloud-k8s