cluster/kube: admitomatic, admins, owners changes

Change-Id: Ia2f167d84cff999c9ab273db16609d1dec740f25
Reviewed-on: https://gerrit.hackerspace.pl/c/hscloud/+/1801
Reviewed-by: informatic <informatic@hackerspace.pl>
master
radex 2023-11-24 10:41:38 +01:00
parent 03365c6de1
commit 9da9df6b7a
4 changed files with 23 additions and 2 deletions

3
app/inventory/OWNERS Normal file
View File

@ -0,0 +1,3 @@
owners:
- radex
- palid

3
app/walne/OWNERS Normal file
View File

@ -0,0 +1,3 @@
owners:
- radex
- palid

View File

@ -356,13 +356,14 @@ local admins = import "lib/admins.libsonnet";
{ namespace: "speedtest", dns: "speedtest.hackerspace.pl" },
// devtools
{ namespace: "devtools-prod", dns: "hackdoc.hackerspace.pl" },
{ namespace: "devtools-prod", dns: "cs.hackerspace.pl" },
{ namespace: "devtools-prod", dns: "hackdoc.hackerspace.pl" }, // TODO: remove this
{ namespace: "devtools-prod", dns: "cs.hackerspace.pl" }, // TODO: remove this
{ namespace: "gitea-prod", dns: "gitea.hackerspace.pl" },
{ namespace: "codehosting-prod", dns: "git.hackerspace.pl" },
{ namespace: "codehosting-prod", dns: "code.hackerspace.pl" },
{ namespace: "gerrit", dns: "gerrit.hackerspace.pl" },
{ namespace: "gerrit-qa", dns: "gerrit-qa.hackerspace.pl" },
{ namespace: "hackdoc", dns: "hackdoc.hackerspace.pl" },
{ namespace: "redmine", dns: "issues.hackerspace.pl" },
{ namespace: "redmine", dns: "b.hackerspace.pl" },
{ namespace: "redmine", dns: "b.hswaw.net" },
@ -373,11 +374,16 @@ local admins = import "lib/admins.libsonnet";
// hswaw
{ namespace: "hswaw-prod", dns: "*.hackerspace.pl" },
{ namespace: "hswaw-prod", dns: "*.hswaw.net" },
{ namespace: "hswaw-prod", dns: "*.cebula.camp" }, // TODO: remove this
{ namespace: "capacifier", dns: "capacifier.hackerspace.pl" },
{ namespace: "cebulacamp", dns: "cebula.camp" },
{ namespace: "engelsystem-prod", dns: "engelsystem.hackerspace.pl" },
{ namespace: "invoicer", dns: "invoicer.hackerspace.pl" },
{ namespace: "ldapweb", dns: "profile.hackerspace.pl" },
{ namespace: "paperless", dns: "paperless.hackerspace.pl" },
{ namespace: "pretalx", dns: "cfp.cebula.camp" },
{ namespace: "site", dns: "new.hackerspace.pl" },
{ namespace: "teleimg", dns: "teleimg.hswaw.net" },
// ops
{ namespace: "sso", dns: "sso.hackerspace.pl" },
@ -466,9 +472,16 @@ local admins = import "lib/admins.libsonnet";
"cebulacamp": [
"radex",
],
"invoicer": [
"arsenicum",
"radex",
],
"ldapweb": [
"radex",
],
"paperless": [
"radex",
],
"pretalx": [
"radex",
],

2
hswaw/invoicer/OWNERS Normal file
View File

@ -0,0 +1,2 @@
owners:
- radex