kubernetes/staging/src/k8s.io/pod-security-admission/webhook/manifests/60-service.yaml

apiVersion: v1
kind: Service
metadata:
  name: webhook
  namespace: pod-security-webhook
  labels:
    app: pod-security-webhook
spec:
  ports:
    - port: 443
      targetPort: webhook
      protocol: TCP
      name: https
  selector:
    app: pod-security-webhook