mutating-webhook/k8s/service.yaml
2023-03-26 11:00:55 -05:00

14 lines
203 B
YAML

apiVersion: v1
kind: Service
metadata:
name: webhook
spec:
ports:
- name: https
protocol: TCP
port: 443
targetPort: 8443
selector:
app: mutating-webhook
type: ClusterIP