[GENERAL] Use readiness container v3.0.1
[oom.git] / kubernetes / common / music / charts / music-cassandra-job / values.yaml
1 # Copyright © 2018  AT&T, Amdocs, Bell Canada Intellectual Property.  All rights reserved.
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 # Default values for cassandra.
16 # This is a YAML-formatted file.
17 # Declare variables to be passed into your templates.
18 global:
19   pullPolicy: Always
20   repository: nexus3.onap.org:10001
21
22   # readiness check
23   readinessImage: onap/oom/readiness:3.0.1
24   # Set default to 4 hrs.
25   # On slow environments dealys this long have been seen.
26   readinessTimeout: 240
27   # logging agent
28   loggingRepository: docker.elastic.co
29   loggingImage: beats/filebeat:5.5.0
30
31   replicaCount: 3
32
33 job:
34   host: music-cassandra
35   port: 9042
36   busybox:
37     image: library/busybox:latest
38   cassandra:
39     image: onap/music/cassandra_job:3.0.24
40   timeout: 30
41   delay: 120
42 cql:
43   keyspace:
44     replicationClass: "SimpleStrategy"
45     replicationFactor: 3
46   adminUser:
47     username: nelson24
48     password: nelson24
49     passwordReplace: A2C4E6G8I0J2L4O6Q8S0U2W4Y6
50
51 podManagementPolicy: OrderedReady
52 updateStrategy:
53   type: OnDelete
54
55 ingress:
56   enabled: false
57
58 tolerations: []
59
60 affinity: {}
61
62 persistence:
63   enabled: true
64
65 resources:
66   limits:
67     cpu: 1
68     memory: 1Gi
69   requests:
70     cpu: 1
71     memory: 1Gi