Charmed-Kubernetes/etcd/config.yaml

49 lines
1.9 KiB
YAML

"options":
"nagios_context":
"default": "juju"
"type": "string"
"description": |
Used by the nrpe subordinate charms.
A string that will be prepended to instance name to set the host name
in nagios. So for instance the hostname would be something like:
juju-myservice-0
If you're running multiple environments with the same services in them
this allows you to differentiate between them.
"nagios_servicegroups":
"default": ""
"type": "string"
"description": |
A comma-separated list of nagios servicegroups.
If left empty, the nagios_context will be used as the servicegroup
"snapd_refresh":
"default": "max"
"type": "string"
"description": |
How often snapd handles updates for installed snaps. Set to an empty
string to check 4x per day. Set to "max" (the default) to check once per
month based on the charm deployment date. You may also set a custom
string as described in the 'refresh.timer' section here:
https://forum.snapcraft.io/t/system-options/87
"port":
"type": "int"
"default": !!int "2379"
"description": "Port to run the public ETCD service on"
"management_port":
"type": "int"
"default": !!int "2380"
"description": "Port to run the ETCD Management service"
"channel":
"type": "string"
"default": "auto"
"description": |
The snap channel from which to install etcd (e.g. '3.3/stable'), or 'auto'
to accept the charm default. Choosing 'auto' will install the latest
supported version of etcd at deploy time, but will not automatically upgrade
to a newer version thereafter.
"bind_to_all_interfaces":
"type": "boolean"
"default": !!bool "true"
"description": |
The service binds to all network interfaces if true. The service binds
only to the first found bind address of each relation if false