Add property metrics.url.mc to Dashboard chart
[it/dep.git] / RECIPE_EXAMPLE / RIC_AUX_ONAP_COMPONENTS_RECIPE_EXAMPLE
1
2 global:
3   # Change to an unused port prefix range to prevent port conflicts
4   # with other instances running within the same k8s cluster
5   nodePortPrefix: 302
6   nodePortPrefixExt: 304
7
8   # ONAP Repository
9   # Uncomment the following to enable the use of a single docker
10   # repository but ONLY if your repository mirrors all ONAP
11   # docker images. This includes all images from dockerhub and
12   # any other repository that hosts images for ONAP components.
13   #repository: nexus3.onap.org:10001
14   repositoryCred:
15     user: docker
16     password: docker
17
18   # readiness check - temporary repo until images migrated to nexus3
19   readinessRepository: oomk8s
20   # logging agent - temporary repo until images migrated to nexus3
21   loggingRepository: docker.elastic.co
22
23   # image pull policy
24   pullPolicy: Always
25
26   # default mount path root directory referenced
27   # by persistent volumes and log files
28   persistence:
29     mountPath: /dockerdata-nfs
30     enableDefaultStorageclass: false
31     parameters: {}
32     storageclassProvisioner: kubernetes.io/no-provisioner
33     volumeReclaimPolicy: Retain
34
35   # override default resource limit flavor for all charts
36   flavor: unlimited
37
38   # flag to enable debugging - application support required
39   debugEnabled: false