summaryrefslogtreecommitdiff
path: root/inventory/host_vars/ch-k8s-master.yml
diff options
context:
space:
mode:
Diffstat (limited to 'inventory/host_vars/ch-k8s-master.yml')
-rw-r--r--inventory/host_vars/ch-k8s-master.yml6
1 files changed, 4 insertions, 2 deletions
diff --git a/inventory/host_vars/ch-k8s-master.yml b/inventory/host_vars/ch-k8s-master.yml
index 71795c5d..63723000 100644
--- a/inventory/host_vars/ch-k8s-master.yml
+++ b/inventory/host_vars/ch-k8s-master.yml
@@ -13,6 +13,8 @@ install:
type: zfs
name: root
size: 20g
+ properties:
+ 'syncoid:sync': 'false'
system_lvm:
volumes:
- name: root
@@ -55,10 +57,10 @@ spreadspace_apt_repo_components:
- container
-docker_storage:
+containerd_storage:
type: lvm
vg: "{{ host_name }}"
- lv: docker
+ lv: containerd
size: 7G
fs: ext4