adguard route configured

This commit is contained in:
Steffen Illium 2024-03-30 07:18:16 +01:00
parent f3b70f8595
commit 7695dda4b2
2 changed files with 15 additions and 0 deletions

View File

@ -14,6 +14,8 @@ resources:
patches:
- path: patches/traefik-service-patch.yaml
- path: patches/adguard-service-patch.yaml
- path: patches/traefik-deployment-patch.yaml
- path: patches/nodeselector.yaml
target:

View File

@ -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