cluster/kube/k0: add issues.hackerspace.pl ceph s3 user

Change-Id: If5eef3404bdc08ded88e46f45bad0f9abcdb0f1c
changes/06/706/1
informatic 2021-02-01 21:19:48 +01:00
parent 7f8f3e9f9c
commit 3b8a43f35d
1 changed files with 10 additions and 0 deletions

View File

@ -215,6 +215,16 @@ local rook = import "lib/rook.libsonnet";
displayName: "nextcloud",
},
},
# issues.hackerspace.pl (redmine) attachments bucket
issuesWaw3: kube.CephObjectStoreUser("issues") {
metadata+: {
namespace: "ceph-waw3",
},
spec: {
store: "waw-hdd-redundant-3-object",
displayName: "issues",
},
},
# nuke@hackerspace.pl's personal storage.
nukePersonalWaw3: kube.CephObjectStoreUser("nuke-personal") {