forked from delgod/mongodb-k8s-operator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmetadata.yaml
38 lines (37 loc) · 888 Bytes
/
metadata.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
# Copyright 2022 Canonical Ltd.
# See LICENSE file for licensing details.
name: mongodb-k8s
display-name: |
Charmed Operator for MongoDB
description: |
MongoDB is a general purpose distributed document database. This
charm deploys and operates MongoDB on kubernetes Clusters. It
supports replicated MongoDB databases.
summary: A MongoDB operator charm for Kubernetes
peers:
database-peers:
interface: mongodb-peers
provides:
database:
interface: mongodb-client
obsolete:
interface: mongodb
requires:
certificates:
interface: tls-certificates
limit: 1
containers:
mongod:
resource: mongodb-image
mounts:
- storage: db
location: /data/db
resources:
mongodb-image:
type: oci-image
description: OCI image for mongodb
upstream-source: 'mongo:latest'
storage:
db:
type: filesystem
location: /data/db