@@ -30,11 +30,33 @@ deployValidationWebhooks: true # Optional configuration.
3030# Deploy Ops Manager backup daemon and set it up.
3131# Note: OpLogs DB needs to be provisioned separately
3232deployBackupInfrastructure : true
33-
34- # for fully air-gapped environemnts choose "local"
35- # to proxy mongodb installers download via Ops Manager choose "remote"
36- versionSource : " mongodb" # [ mongodb| local| remote ]
3733installerVolumeSize : " 20G"
34+ # Ops Manager configuration option. For a complete list of options please visit
35+ # https://docs.opsmanager.mongodb.com/current/reference/configuration
36+ configuration :
37+ # for fully air-gapped environemnts choose "local"
38+ # to proxy mongodb installers download via Ops Manager choose "remote"
39+ automation :
40+ versions :
41+ source : " mongodb" # [ mongodb| local| remote ]
42+ mms :
43+ # passing mms.ignoreInitialUiSetup=true allows to avoid the setup wizard in Ops Manager. Note, that
44+ # this requires to set some mandatory configuration properties, see
45+ # https://docs.opsmanager.mongodb.com/current/reference/configuration/index.html#mms.ignoreInitialUiSetup
46+ ignoreInitialUiSetup : " true"
47+
48+ adminEmailAddr :
" [email protected] " 49+ fromEmailAddr :
" [email protected] " 50+
51+ replyToEmailAddr :
" [email protected] " 52+ mail :
53+ hostname : email-smtp.us-east-1.amazonaws.com"
54+ port : " 465"
55+ ssl : " true"
56+ transport : " smtp"
57+ minimumTLSVersion : " TLSv1.2"
58+ publicApi :
59+ whitelistEnabled : " false"
3860
3961# Ops Manager Global Admin user name and password.
4062# Ensure it complies with OpsManager password format
@@ -43,12 +65,6 @@ globalAdminPassword: "KubeTest!1"
4365globalAdminFirstName : " First Name"
4466globalAdminLastName : " Last Name"
4567
46- # enable Access Lists for Ops Manager
47- publicApi :
48- whitelistEnabled : false
49-
50-
51- minimumTLSVersion : " TLSv1.2"
5268
5369# This section is not managed by HELM Chart for now. OpLog DB should be provisioned as a Mongo DB CRD
5470backup :
@@ -69,12 +85,7 @@ backup:
6985 pathStyleAccessEnabled : true
7086
7187# Required: SMTP Mail server set up for password recovery
72- mail :
73- adminEmailAddr :
" [email protected] " 74- hostname : " email-smtp.us-east-1.amazonaws.com"
75- port : " 465"
76- ssl : " true"
77- transport : " smtp"
88+
7889resources :
7990 limits :
8091 cpu : 2
0 commit comments