mutating-webhook/k8s/service.yaml
2023-03-25 15:06:58 -05:00

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