summaryrefslogtreecommitdiffstats
path: root/ci/config_tpl/juju2/bundlek8_tpl/etcd.yaml
blob: bd5ce81565af7ab3e697540bdb268d429608d118 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
    etcd:
      charm: "cs:~containers/etcd"
{% if k8.feature.loadbalancer %}
      num_units: 3
{% else %}
      num_units: 1
{% endif %}
      to:
{% if k8.feature.loadbalancer %}
{% for unit_id in to_select() %}
        - "lxd:nodes/0"
{% endfor %}
{% else %}
        - "nodes/0"
{% endif %}