mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-10 08:20:23 +00:00
19 lines
337 B
Plaintext
19 lines
337 B
Plaintext
|
services:
|
||
|
kubernetes:
|
||
|
charm: __CHARM_DIR__/builds/kubernetes
|
||
|
annotations:
|
||
|
"gui-x": "600"
|
||
|
"gui-y": "0"
|
||
|
expose: true
|
||
|
num_units: 2
|
||
|
etcd:
|
||
|
charm: cs:~containers/etcd
|
||
|
annotations:
|
||
|
"gui-x": "300"
|
||
|
"gui-y": "0"
|
||
|
num_units: 1
|
||
|
relations:
|
||
|
- - "kubernetes:etcd"
|
||
|
- "etcd:db"
|
||
|
series: xenial
|