Merge "[DMAAP] DMaaP ServiceMesh compatibility"
[oom.git] / kubernetes / common / mongo / values.yaml
1 # Copyright © 2018 Orange
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 #################################################################
16 # Global configuration defaults.
17 #################################################################
18 global:
19   nodePortPrefix: 302
20   persistence: {}
21
22
23 #################################################################
24 # Application configuration defaults.
25 #################################################################
26
27 image: library/mongo:4.4.10
28 pullPolicy: Always
29
30 # application configuration
31 config:
32   dbName: mongo
33 # default number of instances
34 replicaCount: 1
35
36 nodeSelector: {}
37
38 affinity: {}
39
40 # probe configuration parameters
41 liveness:
42   initialDelaySeconds: 30
43   periodSeconds: 10
44   timeoutSeconds: 5
45   # necessary to disable liveness probe when setting breakpoints
46   # in debugger so K8s doesn't restart unresponsive container
47   enabled: true
48
49 readiness:
50   initialDelaySeconds: 5
51   periodSeconds: 10
52
53 ## Persist data to a persitent volume
54 persistence:
55   enabled: false
56
57   ## A manually managed Persistent Volume and Claim
58   ## Requires persistence.enabled: true
59   ## If defined, PVC must be created manually before volume will be bound
60   # existingClaim:
61   volumeReclaimPolicy: Retain
62
63   ## database data Persistent Volume Storage Class
64   ## If defined, storageClassName: <storageClass>
65   ## If set to "-", storageClassName: "", which disables dynamic provisioning
66   ## If undefined (the default) or set to null, no storageClassName spec is
67   ##   set, choosing the default provisioner.  (gp2 on AWS, standard on
68   ##   GKE, AWS & OpenStack)
69   accessMode: ReadWriteOnce
70   size: 1Gi
71   mountPath: /dockerdata-nfs
72   mountSubPath: "mongo/data"
73
74 service:
75   name: mongo
76   portName: mongo
77   internalPort: 27017
78   # nfs provisioner ports
79   nfsPort: 2049
80   mountdPort: 20048
81   rpcbindPort: 111
82   rpcbindUdpPort: 111
83
84 securityContext:
85   user_id: 999
86   group_id: 999
87
88 ingress:
89   enabled: false
90
91   # We usually recommend not to specify default resources and to leave this as a conscious
92   # choice for the user. This also increases chances charts run on environments with little
93   # resources, such as Minikube. If you do want to specify resources, uncomment the following
94   # lines, adjust them as necessary, and remove the curly braces after 'resources:'.
95   #
96   # Example:
97   # Configure resource requests and limits
98   # ref: http://kubernetes.io/docs/user-guide/compute-resources/
99   # Minimum memory for development is 2 CPU cores and 4GB memory
100   # Minimum memory for production is 4 CPU cores and 8GB memory
101 resources:
102   small:
103     limits:
104       cpu: 100m
105       memory: 200Mi
106     requests:
107       cpu: 10m
108       memory: 50Mi
109   large:
110     limits:
111       cpu: 2
112       memory: 4Gi
113     requests:
114       cpu: 1
115       memory: 2Gi
116   unlimited: {}
117
118 sdnctlPrefix: mongo
119
120 geoEnabled: false
121 geoSiteId: 1