forked from canonical/mongodb-k8s-operator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
metadata.yaml
55 lines (53 loc) · 1.48 KB
/
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
# Copyright 2023 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
docs: https://discourse.charmhub.io/t/charmed-mongodb-k8s-docs/10265
source: https://github.com/canonical/mongodb-k8s-operator
issues: https://github.com/canonical/mongodb-k8s-operator/issues
website:
- https://ubuntu.com/data/mongodb
- https://charmhub.io/mongodb-k8s
- https://github.com/canonical/mongodb-k8s-operator
- https://chat.charmhub.io/charmhub/channels/data-platform
peers:
database-peers:
interface: mongodb-peers
provides:
database:
interface: mongodb_client
obsolete:
interface: mongodb
metrics-endpoint:
interface: prometheus_scrape
grafana-dashboard:
interface: grafana_dashboard
requires:
certificates:
interface: tls-certificates
limit: 1
logging:
interface: loki_push_api
limit: 1
optional: true
containers:
mongod:
resource: mongodb-image
mounts:
- storage: mongodb
location: /var/lib/mongodb
resources:
mongodb-image:
type: oci-image
description: OCI image for mongodb
upstream-source: "ghcr.io/canonical/charmed-mongodb:5.0.14-22.04_edge"
storage:
mongodb:
type: filesystem
location: /var/lib/mongodb