File tree Expand file tree Collapse file tree 1 file changed +44
-0
lines changed
samples/appdb_multicluster Expand file tree Collapse file tree 1 file changed +44
-0
lines changed Original file line number Diff line number Diff line change 1+ apiVersion : mongodb.com/v1
2+ kind : MongoDBOpsManager
3+ metadata :
4+ name : <myopsmanager>
5+ spec :
6+ replicas : 1
7+ version : <opsmanagerversion>
8+ adminCredentials : <adminusercredentials> # Should match metadata.name
9+ # in the Kubernetes secret
10+ # for the admin user
11+
12+ externalConnectivity :
13+ type : LoadBalancer
14+ security :
15+ certsSecretPrefix : <prefix> # Required. Text to prefix
16+ # the name of the secret that contains
17+ # Ops Manager's TLS certificate.
18+ tls :
19+ ca : " om-http-cert-ca" # Optional. Name of the ConfigMap file
20+ # containing the certificate authority that
21+ # signs the certificates used by the Ops
22+ # Manager custom resource.
23+
24+ applicationDatabase :
25+ topology : MultiCluster # if you want to deploy AppDB deployment accross multiple clusters
26+ clusterSpecList :
27+ # distribution of AppDB nodes across multiple Kubernetes clusters
28+ - clusterName : cluster1.example.com
29+ members : 4
30+ - clusterName : cluster2.example.com
31+ members : 3
32+ - clusterName : cluster3.example.com
33+ members : 2
34+ version : " 4.4.0-ubi8"
35+ security :
36+ certsSecretPrefix : <prefix> # Required. Text to prefix to the
37+ # name of the secret that contains the Application
38+ # Database's TLS certificate. Name the secret
39+ # <prefix>-<metadata.name>-db-cert.
40+ tls :
41+ ca : " appdb-ca" # Optional. Name of the ConfigMap file
42+ # containing the certicate authority that
43+ # signs the certificates used by the
44+ # application database.
You can’t perform that action at this time.
0 commit comments