15 lines
207 B
YAML
15 lines
207 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
|