cluster: add ceph-waw3, move metallb to bgp

Change-Id: Iebf369f9a02e44be163ef4afc2e0f23c4b009898
diff --git a/kube/policies.libsonnet b/kube/policies.libsonnet
index e8e7aed..18b5c27 100644
--- a/kube/policies.libsonnet
+++ b/kube/policies.libsonnet
@@ -14,6 +14,9 @@
                 allowedCapabilities: ['*'],
                 volumes: ['*'],
                 hostNetwork: true,
+                hostPorts: [
+                    { max: 40000, min: 1 },
+                ],
                 hostIPC: true,
                 hostPID: true,
                 runAsUser: {