fix: remove ns

This commit is contained in:
Philip Haupt
2025-03-17 00:15:36 +01:00
parent 4dc5e02eb7
commit f67dba0270
11 changed files with 4 additions and 256 deletions

View File

@@ -3,7 +3,6 @@ apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: homepage
namespace: homepage
labels:
app.kubernetes.io/name: homepage
annotations:
@@ -15,10 +14,10 @@ metadata:
spec:
ingressClassName: cilium
rules:
- host: "homepage.home"
- host: homepage.home
http:
paths:
- path: "/"
- path: /
pathType: Prefix
backend:
service: