Created
July 21, 2020 21:01
-
-
Save shahabedinh/d3ebcb863a77baa7f61d007688dd73da to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
apiVersion: mongodb.com/v1 | |
kind: MongoDBOpsManager | |
metadata: | |
name: ops-manager4-2-4 | |
namespace: mongodb | |
spec: | |
# the version of Ops Manager distro to use | |
version: 4.2.4 | |
# the name of the secret containing admin user credentials. | |
adminCredentials: ops-manager4-2-4-admin-secret | |
externalConnectivity: | |
type: LoadBalancer | |
# the Replica Set backing Ops Manager. | |
# appDB has the SCRAM-SHA authentication mode always enabled | |
applicationDatabase: | |
members: 3 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment