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