-
Notifications
You must be signed in to change notification settings - Fork 7
/
simple.values.yaml
84 lines (68 loc) · 1.93 KB
/
simple.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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
#
# 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:
relayHost: "smtp.gmail.com"
relayPort: "587"
relayUsername: "[email protected]"
relayPassword: "wuwkibhriamhrxgz"
opsManager:
image: mongodb-enterprise-ops-manager
enabled: true
port: 8080
#nodeAffinity:
# nodeRole: mongodb-ops-manager
adminCredentials:
FirstName: Joe
LastName: McMongo
Password: MongoDB12345%
Username: [email protected]
publicApiKey: MongoDB12345%
backup:
enabled: true
s3Stores:
- name: S3GatewayStore1
mongodbResourceRef:
name: ops-manager-backup
pathStyleAccessEnabled: true
s3BucketEndpoint: http://s3-gateway-tardigrade-gateway-svc
s3BucketName: test4
s3SecretRef:
name: s3-gateway-credentials
mongodb:
cluster:
members: 3
clusterDomain: cluster.local
version: 4.2.3-ent
#nodeRole: mongodb-node
#version: 4.2.3
podSpec:
cpu: '0.5'
memory: 1G
persistence:
single:
storage: 10G
#storageClass: default
# add users: