blob: acf9cb4f3305fdd374c782169b4e011ed83a8015 [file] [log] [blame]
vaibhav_16dece04b2fe2018-03-22 09:07:12 +00001# Copyright © 2017 Amdocs, Bell Canada
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.
Mike Elliottd32d36e2018-02-12 15:54:03 -050014# Default values for mariadb.
15# This is a YAML-formatted file.
16# Declare variables to be passed into your templates.
jmacc4f04d32018-10-12 18:24:24 +000017#################################################################
18# Global configuration defaults.
19#################################################################
20global:
Mike Elliottd32d36e2018-02-12 15:54:03 -050021 nodePortPrefix: 302
jmacc4f04d32018-10-12 18:24:24 +000022 nodePortPrefixExt: 304
23 repository: nexus3.onap.org:10001
Mandeep Khinda0fe4eb72018-04-20 21:02:45 +000024 readinessRepository: oomk8s
Mahendra Raghuwanshi72b69c12019-04-04 10:43:25 +000025 readinessImage: readiness-check:2.0.2
Mandeep Khinda0fe4eb72018-04-20 21:02:45 +000026 ubuntuInitRepository: registry.hub.docker.com
jmacc4f04d32018-10-12 18:24:24 +000027
28#################################################################
29# Application configuration defaults.
30#################################################################
Mike Elliottd32d36e2018-02-12 15:54:03 -050031# application image
32repository: nexus3.onap.org:10001
Ramesh Parthasarathya4aaf362019-03-13 20:59:51 +000033image: mariadb:10.1.38
Mike Elliottd32d36e2018-02-12 15:54:03 -050034pullPolicy: Always
Mandeep Khinda0fe4eb72018-04-20 21:02:45 +000035ubuntuInitImage: oomk8s/ubuntu-init:2.0.0
jmacc4f04d32018-10-12 18:24:24 +000036
Mike Elliottd32d36e2018-02-12 15:54:03 -050037# application configuration
38config:
Mandeep Khinda0fe4eb72018-04-20 21:02:45 +000039 # gerrit branch where the latest heat code is checked in
Ramesh Parthasarathybef9c7b2019-03-01 21:21:20 +000040 gerritBranch: master
Mandeep Khinda0fe4eb72018-04-20 21:02:45 +000041 # gerrit project where the latest heat code is checked in
42 gerritProject: http://gerrit.onap.org/r/so/docker-config.git
Mike Elliottd32d36e2018-02-12 15:54:03 -050043# default number of instances
Mike Elliottd32d36e2018-02-12 15:54:03 -050044nodeSelector: {}
Mike Elliottd32d36e2018-02-12 15:54:03 -050045affinity: {}
Mahendra Raghuwanshi72b69c12019-04-04 10:43:25 +000046
47ingress:
48 enabled: false
49
50# Resource Limit flavor
51flavor: small
52
53resources:
54 small:
55 limits:
56 cpu: 2
57 memory: 4Gi
58 requests:
59 cpu: 1
60 memory: 2Gi
61 large:
62 limits:
63 cpu: 4
64 memory: 8Gi
65 requests:
66 cpu: 2
67 memory: 4Gi
68 unlimited: {}
69
Mike Elliottd32d36e2018-02-12 15:54:03 -050070persistence:
71 enabled: true
Mike Elliottd32d36e2018-02-12 15:54:03 -050072 ## A manually managed Persistent Volume and Claim
73 ## Requires persistence.enabled: true
74 ## If defined, PVC must be created manually before volume will be bound
75 # existingClaim:
76 volumeReclaimPolicy: Retain
Mike Elliottd32d36e2018-02-12 15:54:03 -050077 ## database data Persistent Volume Storage Class
78 ## If defined, storageClassName: <storageClass>
79 ## If set to "-", storageClassName: "", which disables dynamic provisioning
80 ## If undefined (the default) or set to null, no storageClassName spec is
81 ## set, choosing the default provisioner. (gp2 on AWS, standard on
82 ## GKE, AWS & OpenStack)
83 ##
84 # storageClass: "-"
85 accessMode: ReadWriteMany
86 size: 2Gi
Mahendra Raghuwanshi72b69c12019-04-04 10:43:25 +000087
Mike Elliottd32d36e2018-02-12 15:54:03 -050088 mountPath: /dockerdata-nfs
Mahendra Raghuwanshi72b69c12019-04-04 10:43:25 +000089 mountSubPath: so/migration