feat: homepage

This commit is contained in:
Philip Haupt
2025-03-15 14:33:40 +01:00
commit b2c53d2181
13 changed files with 546 additions and 0 deletions

15
homepage/crb.yaml Normal file
View File

@@ -0,0 +1,15 @@
---
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRoleBinding
metadata:
name: homepage
labels:
app.kubernetes.io/name: homepage
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: ClusterRole
name: homepage
subjects:
- kind: ServiceAccount
name: homepage
namespace: homepage