-
Notifications
You must be signed in to change notification settings - Fork 16
/
metadata.yaml
98 lines (89 loc) · 2.27 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
# Copyright 2023 Canonical Ltd.
# See LICENSE file for licensing details.
name: mysql-k8s
display-name: Charmed MySQL K8s
summary: Charmed MySQL K8s operator
description: |
MySQL is a widely used, open-source relational database management system
(RDBMS). MySQL InnoDB cluster provide a complete high availability solution
for MySQL via Group Replication.
This charm supports MySQL 8.0 in Kubernetes environments.
docs: https://discourse.charmhub.io/t/charmed-mysql-k8s-documentation/9680
source: https://github.com/canonical/mysql-k8s-operator
issues: https://github.com/canonical/mysql-k8s-operator/issues
website:
- https://ubuntu.com/data/mysql
- https://charmhub.io/mysql-k8s
- https://github.com/canonical/mysql-k8s-operator
- https://chat.charmhub.io/charmhub/channels/data-platform
maintainers:
- Canonical Data Platform <[email protected]>
containers:
mysql:
resource: mysql-image
mounts:
- storage: database
location: /var/lib/mysql
resources:
mysql-image:
type: oci-image
description: Ubuntu LTS Docker image for MySQL
upstream-source: ghcr.io/canonical/charmed-mysql@sha256:aa4d9b21673d2c6e4db3dc943179bae95dd8d355790b68e4e0610da9513ee6c9
peers:
database-peers:
interface: mysql_peers
upgrade:
interface: upgrade
restart:
interface: rolling_op
provides:
database:
interface: mysql_client
mysql:
interface: mysql
mysql-root:
interface: mysql
metrics-endpoint:
interface: prometheus_scrape
grafana-dashboard:
interface: grafana_dashboard
replication-offer:
interface: mysql_async
limit: 1
requires:
certificates:
interface: tls-certificates
limit: 1
optional: true
s3-parameters:
interface: s3
limit: 1
optional: true
logging:
interface: loki_push_api
limit: 1
optional: true
replication:
interface: mysql_async
limit: 1
optional: true
tracing:
interface: tracing
limit: 1
optional: true
storage:
database:
type: filesystem
description: Persistent storage for MySQL data
assumes:
- k8s-api
- any-of:
- all-of:
- juju >= 2.9.44
- juju < 3
- all-of:
- juju >= 3.4.3
- juju < 3.5
- all-of:
- juju >= 3.5.2
- juju < 4