update for adguard-home app

This commit is contained in:
2024-06-14 16:32:49 +10:00
parent 8b1ded50cd
commit 11a46ec0b6
9 changed files with 451 additions and 60 deletions

View File

@@ -0,0 +1,32 @@
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: capacitor-ingress
namespace: flux-system
annotations:
nginx.ingress.kubernetes.io/ssl-redirect: "false"
nginx.ingress.kubernetes.io/use-regex: "true"
nginx.ingress.kubernetes.io/rewrite-target: /$2
spec:
ingressClassName: nginx
rules:
- host: "capacitor.edward.sydney"
http:
paths:
- pathType: ImplementationSpecific
path: "/"
backend:
service:
name: capacitor
port:
number: 9100
- host: "capacitor.cluster.local"
http:
paths:
- pathType: ImplementationSpecific
path: "/"
backend:
service:
name: capacitor
port:
number: 9000