K3s-cluster/adguard/service.yaml

19 lines
341 B
YAML

apiVersion: v1
kind: Service
metadata:
name: adguard-svc
spec:
ports:
- name: http
protocol: TCP
port: 80
targetPort: 3000
- name: dns
protocol: UDP
port: 53
selector:
app: adguard
externalIPs:
# Node's physical IP / Internet accessible IP / Wireguard accessible IP
- 192.168.43.161