cluster/kube: add waw-hdd-redundant-1 pool/storageclass
diff --git a/cluster/kube/cluster.jsonnet b/cluster/kube/cluster.jsonnet
index e308fdd..48a8979 100644
--- a/cluster/kube/cluster.jsonnet
+++ b/cluster/kube/cluster.jsonnet
@@ -98,6 +98,16 @@
             },
         },
     },
+    // redundant block storage
+    cephWaw1Redundant: rook.ECBlockPool(cluster.cephWaw1, "waw-hdd-redundant-1") {
+        spec: {
+            failureDomain: "host",
+            erasureCoded: {
+                dataChunks: 2,
+                codingChunks: 1,
+            },
+        },
+    },
 };