improve logstash parsing
[oom.git] / kubernetes / multicloud / charts / multicloud-windriver / values.yaml
1 # Copyright © 2017 Amdocs, Bell Canada
2 # Modifications Copyright © 2018 AT&T
3 #
4 # Licensed under the Apache License, Version 2.0 (the "License");
5 # you may not use this file except in compliance with the License.
6 # You may obtain a copy of the License at
7 #
8 #       http://www.apache.org/licenses/LICENSE-2.0
9 #
10 # Unless required by applicable law or agreed to in writing, software
11 # distributed under the License is distributed on an "AS IS" BASIS,
12 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 # See the License for the specific language governing permissions and
14 # limitations under the License.
15
16 #################################################################
17 # Global configuration defaults.
18 #################################################################
19 global:
20   nodePortPrefix: 302
21
22 #################################################################
23 # Application configuration defaults.
24 #################################################################
25 # application image
26 repository: nexus3.onap.org:10001
27 image: onap/multicloud/openstack-windriver:1.1.2
28 pullPolicy: Always
29
30 #Istio sidecar injection policy
31 istioSidecar: true
32
33 # application configuration
34 config:
35   msbgateway: msb-iag
36   msbPort: 80
37   aai:
38     port: 8443
39     schemaVersion: v13
40     username: AAI
41     password: AAI
42
43 service:
44   type: NodePort
45   name: multicloud-windriver
46   externalPort: 9005
47   internalPort: 9005
48   nodePort: 94
49
50 # default number of instances
51 replicaCount: 1
52
53 nodeSelector: {}
54
55 affinity: {}
56
57 # probe configuration parameters
58 liveness:
59   initialDelaySeconds: 30
60   periodSeconds: 10
61   timeoutSeconds: 10
62   successThreshold: 1
63   failureThreshold: 5
64   enabled: true
65
66 ingress:
67   enabled: false
68
69 resources: {}
70   # We usually recommend not to specify default resources and to leave this as a conscious
71   # choice for the user. This also increases chances charts run on environments with little
72   # resources, such as Minikube. If you do want to specify resources, uncomment the following
73   # lines, adjust them as necessary, and remove the curly braces after 'resources:'.
74   #
75   # Example:
76   # Configure resource requests and limits
77   # ref: http://kubernetes.io/docs/user-guide/compute-resources/
78   # Minimum memory for development is 2 CPU cores and 4GB memory
79   # Minimum memory for production is 4 CPU cores and 8GB memory
80 #resources:
81 #  limits:
82 #    cpu: 2
83 #    memory: 4Gi
84 #  requests:
85 #    cpu: 2
86 #    memory: 4Gi