Files
open-cluster-management/deploy/webhook/service.yaml
DangPeng Liu 467124210c use controller runtime to implement webhook (#164)
Signed-off-by: ldpliu <daliu@redhat.com>

Signed-off-by: ldpliu <daliu@redhat.com>
2022-11-06 22:14:16 -05:00

11 lines
145 B
YAML

apiVersion: v1
kind: Service
metadata:
name: work-webhook
spec:
selector:
app: work-webhook
ports:
- port: 9443
targetPort: 9443