1
0
Fork 0

cluster/kube/k0: add matrix and informatic personal ceph users

Change-Id: Ied8d474709b8053e9fc339435d3ca1ca5fdfa710
master
informatic 2021-09-14 22:21:22 +02:00
parent dcb131fdc2
commit e839f95079
1 changed files with 20 additions and 0 deletions

View File

@ -256,6 +256,16 @@ local rook = import "lib/rook.libsonnet";
displayName: "issues",
},
},
# matrix.hackerspace.pl media storage bucket
matrixWaw3: kube.CephObjectStoreUser("matrix") {
metadata+: {
namespace: "ceph-waw3",
},
spec: {
store: "waw-hdd-redundant-3-object",
displayName: "matrix",
},
},
# nuke@hackerspace.pl's personal storage.
nukePersonalWaw3: kube.CephObjectStoreUser("nuke-personal") {
@ -319,6 +329,16 @@ local rook = import "lib/rook.libsonnet";
displayName: "cz3",
},
},
# informatic's personal user
informaticWaw3: kube.CephObjectStoreUser("informatic") {
metadata+: {
namespace: "ceph-waw3",
},
spec: {
store: "waw-hdd-redundant-3-object",
displayName: "informatic",
},
},
},
},