File tree Expand file tree Collapse file tree 1 file changed +22
-22
lines changed Expand file tree Collapse file tree 1 file changed +22
-22
lines changed Original file line number Diff line number Diff line change @@ -82,28 +82,28 @@ content: |
8282 version: "5.0.0"
8383 adminCredentials: ops-manager-admin-secret
8484 configuration:
85- # this enables local mode in Ops Manager
86- automation.versions.source: local
87- statefulSet:
88- spec:
89- # the Persistent Volume Claim will be created for each Ops Manager Pod
90- volumeClaimTemplates:
91- - metadata:
92- name: mongodb-versions
93- spec:
94- accessModes: [ "ReadWriteOnce" ]
95- resources:
96- requests:
97- storage: "20Gi"
98- template:
99- spec:
100- containers:
101- - name: mongodb-ops-manager
102- volumeMounts:
103- - name: mongodb-versions
104- # this is the directory in each Pod where all MongoDB
105- # archives must be put
106- mountPath: /mongodb-ops-manager/mongodb-releases
85+ # this enables local mode in Ops Manager
86+ automation.versions.source: local
87+ statefulSet:
88+ spec:
89+ # the Persistent Volume Claim will be created for each Ops Manager Pod
90+ volumeClaimTemplates:
91+ - metadata:
92+ name: mongodb-versions
93+ spec:
94+ accessModes: [ "ReadWriteOnce" ]
95+ resources:
96+ requests:
97+ storage: "20Gi"
98+ template:
99+ spec:
100+ containers:
101+ - name: mongodb-ops-manager
102+ volumeMounts:
103+ - name: mongodb-versions
104+ # this is the directory in each Pod where all MongoDB
105+ # archives must be put
106+ mountPath: /mongodb-ops-manager/mongodb-releases
107107 backup:
108108 enabled: false
109109 applicationDatabase:
You can’t perform that action at this time.
0 commit comments