summaryrefslogtreecommitdiffstats
path: root/ci/config_tpl/juju2/bundlek8_tpl/etcd.yaml
blob: d79c5962e68816e1e82ff0dd4f19097a41a666c2 (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() %}
        - "nodes/{{ unit_id }}"
{% endfor %}
{% else %}
        - "nodes/0"
{% endif %}