diff options
Diffstat (limited to 'inventory')
-rw-r--r-- | inventory/host_vars/sk-cloudia/vars.yml | 6 | ||||
-rw-r--r-- | inventory/host_vars/sk-tomnext-nc.yml | 8 |
2 files changed, 9 insertions, 5 deletions
diff --git a/inventory/host_vars/sk-cloudia/vars.yml b/inventory/host_vars/sk-cloudia/vars.yml index 085a9c95..d7a2474e 100644 --- a/inventory/host_vars/sk-cloudia/vars.yml +++ b/inventory/host_vars/sk-cloudia/vars.yml @@ -26,12 +26,14 @@ zfs_zpools: docker_zfs: pool: storage name: docker - size: 40G + properties: + quota: 40G kubelet_zfs: pool: storage name: kubelet - size: 20G + properties: + quota: 20G kubernetes_version: 1.18.2 kubernetes_container_runtime: docker diff --git a/inventory/host_vars/sk-tomnext-nc.yml b/inventory/host_vars/sk-tomnext-nc.yml index cef64bb0..766bdcff 100644 --- a/inventory/host_vars/sk-tomnext-nc.yml +++ b/inventory/host_vars/sk-tomnext-nc.yml @@ -61,12 +61,14 @@ zfs_sanoid_modules: docker_zfs: pool: storage name: docker - size: 15G + properties: + quota: 15G kubelet_zfs: pool: storage name: kubelet - size: 15G + properties: + quota: 15G kubernetes_version: 1.18.3 kubernetes_container_runtime: docker @@ -96,7 +98,7 @@ nextcloud_zfs: nextcloud_instances: team.tomwaitz.eu: # new: true - version: 18.0.4 + version: 18.0.6 port: 8100 hostnames: - team.tomwaitz.eu |