-
Notifications
You must be signed in to change notification settings - Fork 7
/
extra-lite.values.yaml
55 lines (40 loc) · 1.2 KB
/
extra-lite.values.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
#
# Enterprise MongoDB for Kubernetes.
#
# Set this to true if your cluster is managing SecurityContext for you.
# If running OpenShift (Cloud, Minishift, etc.), set this to true.
managedSecurityContext: false
operator:
# Execution environment for the operator, dev or prod. Use dev for more verbose logging
env: dev
# Name that will be assigned to most of internal Kubernetes objects like Deployment, ServiceAccount, Role etc.
name: mongodb-enterprise-operator
# Version of mongodb-enterprise-operator and mongodb-enterprise-database images
version: latest
database:
name: mongodb-enterprise-database
appDb:
name: mongodb-enterprise-appdb
registry:
# Specify if images are pulled from private repository
imagePullSecrets:
pullPolicy: Always
repository: quay.io/mongodb
# Set this to true if the operator will require Kubernetes CA
# infrastructure to generate TLS certificates.
needsCAInfrastructure: true
cloudManager:
publicApiKey: "<YOUR PUBLIC APIKEY>"
privateApiKey: "<YOUR PRIVATE APIKEY>"
#orgId:
mail:
enabled: false
opsManager:
enabled: false
mongodb:
cluster:
members: 3
clusterDomain: cluster.local
version: 4.2.3-ent
#version: 4.2.3
# add users: