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