cluster: add nuke's personal storage

He needs some personal backup space, and we have enough best effort
spare capacity for that.

Change-Id: I75ed6f62e79d33907c0974ec5f2839389ce62543
changes/10/310/2
q3k 2020-05-14 20:11:58 +02:00 committed by q3k
parent a168c50132
commit 741c08f66c
1 changed files with 11 additions and 0 deletions

View File

@ -492,5 +492,16 @@ local Cluster(short, realm) = {
displayName: "nextcloud",
},
},
# nuke@hackerspace.pl's personal storage.
nukePersonalWaw3: kube.CephObjectStoreuser("nuke-personal") {
metadata+: {
namespace: "ceph-waw3",
},
spec: {
store: "waw-hdd-redundant-3-object",
displayName: "nuke-personal",
},
},
},
}