forked from charmed-kubernetes/layer-etcd
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.yaml
28 lines (28 loc) · 960 Bytes
/
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
options:
port:
type: int
default: 2379
description: Port to run the public ETCD service on
management_port:
type: int
default: 2380
description: Port to run the ETCD Management service
channel:
type: string
default: 2.3/stable
description: The snap channel to install from
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
bind_to_all_interfaces:
type: boolean
default: 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