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