Merge pull request #163 from 3dwardch3ng/infra/ingress-nginx
Infra/ingress nginx
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -0,0 +1,4 @@
|
||||
apiVersion: v1
|
||||
kind: Namespace
|
||||
metadata:
|
||||
name: ingress-nginx
|
||||
Reference in New Issue
Block a user