|
1 | 1 | --- |
2 | 2 | name: ops-manager |
3 | 3 | replicas: 1 |
4 | | -version: "4.4.2" |
| 4 | +version: "4.4.6" |
5 | 5 |
|
6 | 6 |
|
7 | 7 | # Set this to true if your cluster is managing SecurityContext for you. |
@@ -30,33 +30,31 @@ deployValidationWebhooks: true # Optional configuration. |
30 | 30 | # Deploy Ops Manager backup daemon and set it up. |
31 | 31 | # Note: OpLogs DB needs to be provisioned separately |
32 | 32 | deployBackupInfrastructure: true |
33 | | -installerVolumeSize: "20G" |
| 33 | +# Provision Volume that will store MongoDB installers. Use with Version.source: local |
| 34 | +provisionInstallersVolumeSize: "20G" |
34 | 35 | # Ops Manager configuration option. For a complete list of options please visit |
35 | 36 | # https://docs.opsmanager.mongodb.com/current/reference/configuration |
| 37 | + |
36 | 38 | configuration: |
37 | 39 | # for fully air-gapped environemnts choose "local" |
38 | 40 | # to proxy mongodb installers download via Ops Manager choose "remote" |
39 | | - automation: |
40 | | - versions: |
41 | | - source: "mongodb" # [ mongodb| local| remote ] |
42 | | - mms: |
| 41 | + "automation.versions.source": "remote" # [ local| hybrid| remote ] |
| 42 | + |
43 | 43 | # passing mms.ignoreInitialUiSetup=true allows to avoid the setup wizard in Ops Manager. Note, that |
44 | 44 | # this requires to set some mandatory configuration properties, see |
45 | 45 | # https://docs.opsmanager.mongodb.com/current/reference/configuration/index.html#mms.ignoreInitialUiSetup |
46 | | - ignoreInitialUiSetup: "true" |
| 46 | + mms.ignoreInitialUiSetup: "true" |
47 | 47 |
|
48 | | - adminEmailAddr: "[email protected]" |
49 | | - fromEmailAddr: "[email protected]" |
| 48 | + mms.adminEmailAddr: "[email protected]" |
| 49 | + mms.fromEmailAddr: "[email protected]" |
50 | 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" |
| 51 | + mms.replyToEmailAddr: "[email protected]" |
| 52 | + mms.mail.hostname: "email-smtp.us-east-1.amazonaws.com" |
| 53 | + mms.mail.port: "465" |
| 54 | + mms.mail.ssl: "true" |
| 55 | + mms.mail.transport: "smtp" |
| 56 | + mms.minimumTLSVersion: "TLSv1.2" |
| 57 | + mms.publicApi.whitelistEnabled: "false" |
60 | 58 |
|
61 | 59 | # Ops Manager Global Admin user name and password. |
62 | 60 | # Ensure it complies with OpsManager password format |
|
0 commit comments