infra/home/cluster/adguard/service.yaml
2025-09-06 10:55:13 -05:00

22 lines
No EOL
342 B
YAML

apiVersion: v1
kind: Service
metadata:
name: adguard
namespace: adguard
spec:
type: LoadBalancer
selector:
app: adguard
ports:
- port: 80
targetPort: 3000
protocol: TCP
name: web
- port: 53
targetPort: 53
protocol: UDP
name: dns-udp
- port: 53
targetPort: 53
protocol: TCP
name: dns-tcp