apiVersion: v1 kind: Service metadata: name: wg-easy-web namespace: wireguard spec: type: ClusterIP selector: app: wg-easy ports: - name: web port: 51821 targetPort: 51821 protocol: TCP