add public ingress entry for adguard home web ui

This commit is contained in:
2024-06-18 04:49:52 +10:00
parent 7c7c965f23
commit 4a67b30183

View File

@@ -9,6 +9,16 @@ metadata:
spec:
ingressClassName: nginx
rules:
- host: "adguard-home.edward.sydney"
http:
paths:
- pathType: Prefix
path: "/"
backend:
service:
name: adguard-home
port:
number: 10080
- host: "adguard-home.cluster.local"
http:
paths: