Skip to content

Commit f752960

Browse files
github-actions[bot]upload-charms-docs-bot
andauthored
[discourse-gatekeeper] Migrate charm docs (#381)
* 'modified: docs/reference/r-profiles.md' * 'modified: docs/reference/r-contacts.md' --------- Co-authored-by: upload-charms-docs-bot <[email protected]>
1 parent e5b0f94 commit f752960

File tree

2 files changed

+11
-7
lines changed

2 files changed

+11
-7
lines changed

docs/reference/r-contacts.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
1-
# Contacts
1+
# Contact
22

3-
Contact Canonical Data Platform team in [Matrix](https://matrix.to/#/#charmhub-data-platform:ubuntu.com) (preferred),<br/>(the legacy [Mattermost](https://chat.charmhub.io/charmhub/channels/data-platform) channel is in read-only until January 31, 2025).
3+
Charmed MySQL K8s is an open source project that warmly welcomes community contributions, suggestions, fixes, and constructive feedback.
4+
* Raise software issues or feature requests on [**GitHub**](https://github.com/canonical/mysql-k8s-operator/issues/new/choose)
5+
* Report security issues through [**Launchpad**](https://wiki.ubuntu.com/DebuggingSecurity#How%20to%20File)
6+
* Contact the Canonical Data Platform team through our [Matrix](https://matrix.to/#/#charmhub-data-platform:ubuntu.com) channel.
7+
[note]
8+
Our legacy [Mattermost](https://chat.charmhub.io/charmhub/channels/data-platform) channel is read-only until January 31, 2025.
9+
[/note]
410

5-
Report your ideas/issues on [GitHub](https://github.com/canonical/mysql-k8s-operator/issues/new/choose).</br>
6-
Security issues should be reported through [LaunchPad](https://wiki.ubuntu.com/DebuggingSecurity#How%20to%20File).</br>Please do NOT file GitHub issues on security topics.
711

8-
Useful links:
12+
## Useful links
913
* [Canonical Data Fabric](https://ubuntu.com/data/)
1014
* [Charmed MySQL K8s](https://charmhub.io/mysql-k8s)
1115
* [Git sources for Charmed MySQL K8s](https://github.com/canonical/mysql-k8s-operator)

docs/reference/r-profiles.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ juju deploy mysql-k8s --trust --config profile=testing
1010

1111
|Value|Description|Tech details|
1212
| --- | --- | ----- |
13-
|`production`<br>(default)|[Maximum performance](https://github.com/canonical/mysql-k8s-operator/blob/main/lib/charms/mysql/v0/mysql.py#L766-L775)| ~75% of '[Allocatable memory](https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/)' granted for MySQL|
14-
|`testing`|[Minimal resource usage](https://github.com/canonical/mysql-k8s-operator/blob/main/lib/charms/mysql/v0/mysql.py#L759-L764)| innodb_buffer_pool_size = 20MB<br/>innodb_buffer_pool_chunk_size=1MB<br/>group_replication_message_cache_size=128MB<br/>max_connections=20<br/>performance-schema-instrument='memory/%=OFF' |
13+
|`production`<br>(default)|[Maximum performance](https://github.com/canonical/mysql-k8s-operator/blob/main/lib/charms/mysql/v0/mysql.py#L766-L775)| ~75% of '[Allocatable memory](https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/)' granted for MySQL<br/>max_connections=[RAM/12MiB](https://github.com/canonical/mysql-k8s-operator/blob/main/lib/charms/mysql/v0/mysql.py#L2092) (max safe value)|
14+
|`testing`|[Minimal resource usage](https://github.com/canonical/mysql-k8s-operator/blob/main/lib/charms/mysql/v0/mysql.py#L759-L764)| innodb_buffer_pool_size = 20MB<br/>innodb_buffer_pool_chunk_size=1MB<br/>group_replication_message_cache_size=128MB<br/>max_connections=100<br/>performance-schema-instrument='memory/%=OFF' |
1515

1616
## Config change
1717

0 commit comments

Comments
 (0)