forked from canonical/mysql-k8s-operator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yaml
33 lines (32 loc) · 1.35 KB
/
config.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
# Copyright 2023 Canonical Ltd.
# See LICENSE file for licensing details.
options:
cluster-name:
description: "Optional - Name of the MySQL InnoDB cluster"
type: "string"
profile:
description: |
profile representing the scope of deployment, and used to be able to enable high-level
high-level customisation of sysconfigs, resource checks/allocation, warning levels, etc.
Allowed values are: “production” and “testing”.
type: string
default: production
profile-limit-memory:
type: int
description: |
Amount of memory in Megabytes to limit MySQL and associated process to.
If unset, this will be decided according to the default memory limit in the selected profile.
Only comes into effect when the `production` profile is selected.
# Config options for the legacy 'mysql' interface
mysql-interface-user:
description: "The database username for the legacy 'mysql' interface"
type: "string"
mysql-interface-database:
description: "The database name for the legacy 'mysql' interface"
type: "string"
mysql-root-interface-user:
description: "The database username for the legacy 'mysql' interface (root level access)"
type: "string"
mysql-root-interface-database:
description: "The database name for the legacy 'mysql' interface (root level access)"
type: "string"