Skip to content

Commit 2e839d5

Browse files
author
Rodrigo Valin
committed
9b9abf8ca64e1642f59a40e3dc055d8cd2ad8680: update public repo contents
1 parent cc49625 commit 2e839d5

File tree

5 files changed

+26
-8
lines changed

5 files changed

+26
-8
lines changed
Binary file not shown.
Binary file not shown.

samples/ops-manager/ops-manager-external.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
name: ops-manager
66
spec:
77
replicas: 1
8-
version: 4.2.3
8+
version: 4.2.4
99
adminCredentials: ops-manager-admin-secret
1010

1111
# optional, disabled by default. Creates an additional service to make Ops Manager reachable from
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
apiVersion: mongodb.com/v1
3+
kind: MongoDBOpsManager
4+
metadata:
5+
name: ops-manager
6+
spec:
7+
replicas: 1
8+
version: 4.2.4
9+
adminCredentials: ops-manager-admin-secret
10+
11+
# the application database backing Ops Manager. Replica Set is the only supported type
12+
# Application database has the SCRAM-SHA authentication mode always enabled
13+
applicationDatabase:
14+
members: 3
15+
version: 4.2.0
16+
persistent: true
17+
podSpec:
18+
cpu: '0.25'
19+
# optional. Specifies the secret which contains the password used to connect to the database
20+
# If not specified - the Operator will generate a random password
21+
passwordSecretKeyRef:
22+
name: my-password-secret
23+
# optional, default is "password"
24+
key: password-key

samples/ops-manager/ops-manager.yaml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ spec:
99
replicas: 3
1010

1111
# the version of Ops Manager distro to use
12-
version: 4.2.3
12+
version: 4.2.4
1313

1414
# the name of the secret containing admin user credentials.
1515
# Either remove the secret or change the password using Ops Manager UI after the Ops Manager
@@ -31,9 +31,3 @@ spec:
3131
persistent: true
3232
podSpec:
3333
cpu: '0.25'
34-
# optional. Specifies the secret which contains the password used to connect to the database
35-
# If not specified - the Operator will generate a random password
36-
passwordSecretKeyRef:
37-
name: my-password-secret
38-
# optional, default is "password"
39-
key: password-key

0 commit comments

Comments
 (0)