homepage setup without helm

This commit is contained in:
baschno
2025-04-26 19:56:50 +02:00
parent 0e4ddcefdf
commit a3404bba2b
5 changed files with 247 additions and 74 deletions

View File

@@ -3,11 +3,19 @@ kind: IngressRoute
metadata:
name: homepage-ingress-route
namespace: homepage
labels:
app.kubernetes.io/name: homepage
annotations:
gethomepage.dev/description: Dynamically Detected Homepage
gethomepage.dev/enabled: "true"
gethomepage.dev/group: Cluster Management
gethomepage.dev/icon: homepage.png
gethomepage.dev/name: Homepage
spec:
entryPoints:
- websecure
routes:
- match: Host(`homepage.k8s.internal.schnrbs.work`)
- match: Host(`homepage.k8s.schnrbs.work`)
kind: Rule
services:
- name: homepage