Add standardized helm chart for log
[oom.git] / kubernetes / policy / values.yaml
1 # 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.
14
15 nsPrefix: onap
16 pullPolicy: Always
17 nodePortPrefix: 302
18
19 # POLICY hotfix - Note this must be temporary
20 # See https://jira.onap.org/browse/POLICY-510
21 aaiServiceClusterIp: 10.43.255.254
22 brmsgwReplicas: 1
23 droolsReplicas: 1
24 mariadbReplicas: 1
25 nexusReplicas: 1
26 papReplicas: 1
27 pdpReplicas: 1
28 image:
29   readiness: oomk8s/readiness-check
30   readinessVersion: 1.1.0
31   policyPe: nexus3.onap.org:10001/onap/policy/policy-pe
32   policyPeVersion: v1.1.1
33   policyDrools: nexus3.onap.org:10001/onap/policy/policy-drools
34   policyDroolsVersion: v1.1.1
35   policyDb: nexus3.onap.org:10001/onap/policy/policy-db
36   policyDbVersion: v1.1.1
37   policyNexus: nexus3.onap.org:10001/onap/policy/policy-nexus
38   policyNexusVersion: v1.1.1
39   ubuntu: ubuntu:16.04
40   filebeat: docker.elastic.co/beats/filebeat:5.5.0
41
42 config:
43   logstashServiceName: log-ls
44   logstashPort: 5044