Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion config/samples/mongodb-multi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kind: MongoDBMultiCluster
metadata:
name: multi-replica-set
spec:
version: 4.4.0-ent
version: 8.0.8
type: ReplicaSet
persistent: true
duplicateServiceObjects: false
Expand Down
5 changes: 2 additions & 3 deletions config/samples/mongodb-om.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,12 @@ kind: MongoDBOpsManager
metadata:
name: ops-manager
spec:
version: 6.0.3
version: 8.0.8
adminCredentials: ops-manager-admin
configuration:
mms.fromEmailAddr: [email protected]
externalConnectivity:
type: LoadBalancer
applicationDatabase:
members: 3
podSpec:
cpu: 1
version: 8.0.8
8 changes: 4 additions & 4 deletions config/samples/mongodb-replicaset.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
apiVersion: mongodb.com/v1
kind: MongoDB
metadata:
metadata:
name: my-replica-set
spec:
spec:
credentials: my-credentials
members: 3
opsManager:
opsManager:
configMapRef:
name: my-project
type: ReplicaSet
version: 4.4.0-ent
version: 8.0.8
persistent: true
8 changes: 4 additions & 4 deletions config/samples/mongodb-sharded.yaml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
apiVersion: mongodb.com/v1
kind: MongoDB
metadata:
metadata:
name: sample-sharded-cluster
spec:
version: 4.4.0-ent
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Some features work only with enterprise versions (-ent suffix), do we know the primary audience for these examples?

spec:
version: 8.0.8
type: ShardedCluster
configServerCount: 3
credentials: my-credentials
mongodsPerShardCount: 3
mongosCount: 2
persistent: true
opsManager:
opsManager:
configMapRef:
name: my-project
shardCount: 1