adguard route configured
This commit is contained in:
parent
f3b70f8595
commit
7695dda4b2
@ -14,6 +14,8 @@ resources:
|
|||||||
|
|
||||||
patches:
|
patches:
|
||||||
- path: patches/traefik-service-patch.yaml
|
- path: patches/traefik-service-patch.yaml
|
||||||
|
- path: patches/adguard-service-patch.yaml
|
||||||
|
|
||||||
- path: patches/traefik-deployment-patch.yaml
|
- path: patches/traefik-deployment-patch.yaml
|
||||||
- path: patches/nodeselector.yaml
|
- path: patches/nodeselector.yaml
|
||||||
target:
|
target:
|
||||||
|
@ -0,0 +1,13 @@
|
|||||||
|
apiVersion: v1
|
||||||
|
kind: Service
|
||||||
|
metadata:
|
||||||
|
name: adguard-udp-dns
|
||||||
|
namespace: traefik
|
||||||
|
spec:
|
||||||
|
selector:
|
||||||
|
app: adguard
|
||||||
|
ports:
|
||||||
|
- port: 53
|
||||||
|
targetPort: 53
|
||||||
|
nodePort: 53
|
||||||
|
type: NodePort
|
Loading…
x
Reference in New Issue
Block a user