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" - host: "adguard-home.cluster.local"
http: http:
paths: paths:
- pathType: ImplementationSpecific - pathType: Prefix
path: "/" path: "/"
backend: backend:
service: service:
@@ -23,7 +23,7 @@ spec:
- host: "setup.adguard-home.cluster.local" - host: "setup.adguard-home.cluster.local"
http: http:
paths: paths:
- pathType: ImplementationSpecific - pathType: Prefix
path: "/" path: "/"
backend: backend:
service: service:

View File

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

View File

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