blob: d4ec088970925a8c1ddc7cd37287678545381085 [file] [log] [blame]
BorislavG0433c912018-03-21 18:35:30 +02001#################################################################
2# Global configuration defaults.
3#################################################################
4global:
5 nodePortPrefix: 302
BorislavG0433c912018-03-21 18:35:30 +02006 readinessRepository: oomk8s
BorislavG3d6f9372018-04-15 11:55:39 +00007 readinessImage: readiness-check:2.0.0
BorislavG0433c912018-03-21 18:35:30 +02008
9#################################################################
10# Application configuration defaults.
11#################################################################
12# application image
13repository: nexus3.onap.org:10001
Gary Wu2b3a96f2018-06-06 10:33:08 -070014image: onap/oom/kube2msb:1.1.0
BorislavG0433c912018-03-21 18:35:30 +020015pullPolicy: Always
Huabing Zhao81b89762018-07-30 06:33:03 +000016istioSidecar: false
BorislavG0433c912018-03-21 18:35:30 +020017
18# application configuration
19config:
20 routeLabels: "visualRange:1"
21 kubeMasterUrl: https://kubernetes.default:443
BorislavG6c7ecf02018-04-01 13:08:37 +030022 discoveryUrl: http://msb-discovery.{{include "common.namespace" .}}:10081
BorislavG0433c912018-03-21 18:35:30 +020023
24# default number of instances
25replicaCount: 1
26
27nodeSelector: {}
28
29affinity: {}
30
31# probe configuration parameters
32liveness: {}
33
34readiness: {}
35
36service: {}
37
38ingress:
39 enabled: false
40
41resources: {}
42 # We usually recommend not to specify default resources and to leave this as a conscious
43 # choice for the user. This also increases chances charts run on environments with little
44 # resources, such as Minikube. If you do want to specify resources, uncomment the following
45 # lines, adjust them as necessary, and remove the curly braces after 'resources:'.
46 #
47 # Example:
48 # Configure resource requests and limits
49 # ref: http://kubernetes.io/docs/user-guide/compute-resources/
50 # Minimum memory for development is 2 CPU cores and 4GB memory
51 # Minimum memory for production is 4 CPU cores and 8GB memory
52#resources:
53# limits:
54# cpu: 2
55# memory: 4Gi
56# requests:
57# cpu: 2
58# memory: 4Gi