generated from canonical/template-operator
-
Notifications
You must be signed in to change notification settings - Fork 7
/
metadata.yaml
62 lines (60 loc) · 1.82 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
# Copyright 2023 Canonical Ltd.
# See LICENSE file for licensing details.
name: mysql-router-k8s
display-name: MySQL Router K8s
summary: Charmed MySQL Router K8s operator
description: |
Enables effective access to a MySQL cluster with Group Replication.
This charm supports MySQL Router 8.0 in Kubernetes environments.
docs: https://discourse.charmhub.io/t/charmed-mysql-router-k8s-documentation/12130
source: https://github.com/canonical/mysql-router-k8s-operator
issues: https://github.com/canonical/mysql-router-k8s-operator/issues
website:
- https://ubuntu.com/data/mysql
- https://charmhub.io/mysql-router-k8s
- https://github.com/canonical/mysql-router-k8s-operator
- https://chat.charmhub.io/charmhub/channels/data-platform
maintainers:
- Canonical Data Platform <[email protected]>
containers:
mysql-router:
resource: mysql-router-image
provides:
database:
interface: mysql_client
metrics-endpoint:
interface: prometheus_scrape
grafana-dashboard:
interface: grafana_dashboard
requires:
backend-database:
interface: mysql_client
limit: 1
certificates:
interface: tls-certificates
limit: 1
logging:
interface: loki_push_api
limit: 1
optional: true
tracing:
interface: tracing
optional: true
limit: 1
peers:
cos:
interface: cos
upgrade-version-a:
# Relation versioning scheme:
# DA056 - Upgrading in-place upgrade protocol
# https://docs.google.com/document/d/1H7qy5SAwLiCOKO9xMQJbbQP5_-jGV6Lhi-mJOk4gZ08/edit
interface: upgrade
mysql-router-peers:
interface: mysql_router_peers
resources:
mysql-router-image:
type: oci-image
description: OCI image for mysql-router
upstream-source: ghcr.io/canonical/charmed-mysql@sha256:aa4d9b21673d2c6e4db3dc943179bae95dd8d355790b68e4e0610da9513ee6c9
assumes:
- k8s-api