Merge pull request #163 from 3dwardch3ng/infra/ingress-nginx

Infra/ingress nginx
This commit is contained in:
2024-06-16 11:41:23 +10:00
committed by GitHub
3 changed files with 8 additions and 4 deletions

View File

@@ -13,7 +13,7 @@ spec:
- host: "adguard-home.cluster.local"
http:
paths:
- pathType: ImplementationSpecific
- pathType: Prefix
path: "/"
backend:
service:
@@ -23,7 +23,7 @@ spec:
- host: "setup.adguard-home.cluster.local"
http:
paths:
- pathType: ImplementationSpecific
- pathType: Prefix
path: "/"
backend:
service:

View File

@@ -13,7 +13,7 @@ spec:
- host: "capacitor.edward.sydney"
http:
paths:
- pathType: ImplementationSpecific
- pathType: Prefix
path: "/"
backend:
service:
@@ -23,7 +23,7 @@ spec:
- host: "capacitor.cluster.local"
http:
paths:
- pathType: ImplementationSpecific
- pathType: Prefix
path: "/"
backend:
service:

View File

@@ -0,0 +1,4 @@
apiVersion: v1
kind: Namespace
metadata:
name: ingress-nginx