Mike Elliott | 3e7dc64 | 2018-02-12 15:33:55 -0500 | [diff] [blame] | 1 | ################################################################# |
| 2 | # Global configuration default values that can be inherited by |
| 3 | # all subcharts. |
| 4 | ################################################################# |
| 5 | global: |
| 6 | # Change to an unused port prefix range to prevent port conflicts |
| 7 | # with other instances running within the same k8s cluster |
| 8 | nodePortPrefix: 302 |
| 9 | |
| 10 | # image repositories |
| 11 | repository: nexus3.onap.org:10001 |
| 12 | repositorySecret: eyJuZXh1czMub25hcC5vcmc6MTAwMDEiOnsidXNlcm5hbWUiOiJkb2NrZXIiLCJwYXNzd29yZCI6ImRvY2tlciIsImVtYWlsIjoiQCIsImF1dGgiOiJaRzlqYTJWeU9tUnZZMnRsY2c9PSJ9fQ== |
| 13 | |
| 14 | # readiness check |
| 15 | readinessRepository: oomk8s |
| 16 | readinessImage: readiness-check:1.0.0 |
| 17 | |
| 18 | # logging agent |
| 19 | loggingRepository: docker.elastic.co |
| 20 | loggingImage: beats/filebeat:5.5.0 |
| 21 | |
| 22 | # image pull policy |
| 23 | pullPolicy: Always |
| 24 | |
| 25 | # default mount path root directory referenced |
| 26 | # by persistent volumes and log files |
| 27 | persistence: |
| 28 | mountPath: /dockerdata-nfs |
| 29 | |
| 30 | # flag to enable debugging - application support required |
| 31 | debugEnabled: true |