remove unneeded ingress entries

This commit is contained in:
2024-06-18 04:46:40 +10:00
parent bbe5317113
commit 7c7c965f23
2 changed files with 0 additions and 20 deletions

View File

@@ -10,16 +10,6 @@ spec:
ingressClassName: nginx
rules:
- host: "capacitor.edward.sydney"
http:
paths:
- pathType: Prefix
path: "/"
backend:
service:
name: capacitor
port:
number: 9000
- host: "capacitor.cluster.local"
http:
paths:
- pathType: Prefix

View File

@@ -10,16 +10,6 @@ spec:
ingressClassName: nginx
rules:
- host: "home.edward.sydney"
http:
paths:
- pathType: Prefix
path: "/"
backend:
service:
name: homer
port:
number: 8088
- host: "home.cluster.local"
http:
paths:
- pathType: Prefix