forked from jasonmimick/total-cluster
-
Notifications
You must be signed in to change notification settings - Fork 0
/
lite.values.yaml
66 lines (50 loc) · 1.45 KB
/
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
55
56
57
58
59
60
61
62
63
64
65
#
# 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
mail:
enabled: true
relayHost: "smtp.gmail.com"
relayPort: "587"
relayUsername: "[email protected]"
relayPassword: "FOOFOOFOO"
opsManager:
image: mongodb-enterprise-ops-manager
enabled: true
port: 8080
adminCredentials:
FirstName: Joe
LastName: McMongo
Password: "MongoDB12345%"
Username: "[email protected]"
publicApiKey: "MongoDB12345%"
backup:
enabled: false
mongodb:
cluster:
members: 3
clusterDomain: cluster.local
version: 4.2.3-ent
#version: 4.2.3
# add users: