Merge pull request #204 from 3dwardch3ng/misc

Misc
This commit is contained in:
2024-06-18 04:58:58 +10:00
committed by GitHub
3 changed files with 10 additions and 20 deletions

View File

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

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