Merge "Added kubectl and helm install to user guide"
[oom.git] / kubernetes / msb / charts / kube2msb / values.yaml
1 #################################################################
2 # Global configuration defaults.
3 #################################################################
4 global:
5   nodePortPrefix: 302
6   repositorySecret: eyJuZXh1czMub25hcC5vcmc6MTAwMDEiOnsidXNlcm5hbWUiOiJkb2NrZXIiLCJwYXNzd29yZCI6ImRvY2tlciIsImVtYWlsIjoiQCIsImF1dGgiOiJaRzlqYTJWeU9tUnZZMnRsY2c9PSJ9fQ==
7   readinessRepository: oomk8s
8   readinessImage: readiness-check:1.1.0
9
10 #################################################################
11 # Application configuration defaults.
12 #################################################################
13 # application image
14 repository: nexus3.onap.org:10001
15 image: onap/oom/kube2msb:latest
16 pullPolicy: Always
17
18 # application configuration
19 config:
20   routeLabels: "visualRange:1"
21   kubeMasterUrl: https://kubernetes.default:443
22   discoveryUrl: http://msb-discovery.{{include "common.namespace" .}}:10081
23
24 # default number of instances
25 replicaCount: 1
26
27 nodeSelector: {}
28
29 affinity: {}
30
31 # probe configuration parameters
32 liveness: {}
33
34 readiness: {}
35
36 service: {}
37
38 ingress:
39   enabled: false
40
41 resources: {}
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