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: spec:
ingressClassName: nginx ingressClassName: nginx
rules: rules:
- host: "adguard-home.edward.sydney"
http:
paths:
- pathType: Prefix
path: "/"
backend:
service:
name: adguard-home
port:
number: 10080
- host: "adguard-home.cluster.local" - host: "adguard-home.cluster.local"
http: http:
paths: paths:

View File

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

View File

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