fix: remove ns
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user