add app adguard-home
This commit is contained in:
12
apps/adguard-home/env/k3s-cluster/config.json
vendored
Normal file
12
apps/adguard-home/env/k3s-cluster/config.json
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"appName": "adguard-home",
|
||||
"userGivenName": "adguard-home",
|
||||
"namespace": "adguard-home",
|
||||
"destNamespace": "adguard-home",
|
||||
"destServer": "https://kubernetes.default.svc",
|
||||
"srcPath": "apps/adguard-home/env/k3s-cluster",
|
||||
"srcRepoURL": "https://github.com/3dwardch3ng/home-cluster-ops.git",
|
||||
"srcTargetRevision": "",
|
||||
"labels": null,
|
||||
"annotations": null
|
||||
}
|
||||
61
apps/adguard-home/env/k3s-cluster/ingress.yaml
vendored
Normal file
61
apps/adguard-home/env/k3s-cluster/ingress.yaml
vendored
Normal file
@@ -0,0 +1,61 @@
|
||||
apiVersion: networking.k8s.io/v1
|
||||
kind: Ingress
|
||||
metadata:
|
||||
name: adguard-home-ingress
|
||||
namespace: adguard-home
|
||||
annotations:
|
||||
nginx.ingress.kubernetes.io/ssl-redirect: "false"
|
||||
nginx.ingress.kubernetes.io/use-regex: "true"
|
||||
spec:
|
||||
ingressClassName: nginx
|
||||
rules:
|
||||
- host: "adguard-home.cluster.edward.sydney"
|
||||
http:
|
||||
paths:
|
||||
- pathType: Prefix
|
||||
path: "/"
|
||||
backend:
|
||||
service:
|
||||
name: adguard-home
|
||||
port:
|
||||
number: 10080
|
||||
- host: "adguard-home.cluster.local"
|
||||
http:
|
||||
paths:
|
||||
- pathType: Prefix
|
||||
path: "/"
|
||||
backend:
|
||||
service:
|
||||
name: adguard-home
|
||||
port:
|
||||
number: 10080
|
||||
- host: "setup.adguard-home.cluster.edward.sydney"
|
||||
http:
|
||||
paths:
|
||||
- pathType: Prefix
|
||||
path: "/"
|
||||
backend:
|
||||
service:
|
||||
name: adguard-home
|
||||
port:
|
||||
number: 13000
|
||||
- host: "setup.adguard-home.cluster.local"
|
||||
http:
|
||||
paths:
|
||||
- pathType: Prefix
|
||||
path: "/"
|
||||
backend:
|
||||
service:
|
||||
name: adguard-home
|
||||
port:
|
||||
number: 13000
|
||||
- host: "doh.adguard-home.cluster.edward.sydney"
|
||||
http:
|
||||
paths:
|
||||
- pathType: Prefix
|
||||
path: "/"
|
||||
backend:
|
||||
service:
|
||||
name: adguard-home
|
||||
port:
|
||||
number: 443
|
||||
4
apps/adguard-home/env/k3s-cluster/kustomization.yaml
vendored
Normal file
4
apps/adguard-home/env/k3s-cluster/kustomization.yaml
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
resources:
|
||||
- ../../base
|
||||
Reference in New Issue
Block a user