12 lines
200 B
YAML
12 lines
200 B
YAML
|
apiVersion: v1
|
||
|
kind: Service
|
||
|
metadata:
|
||
|
name: ingress-nginx-controller-admission
|
||
|
spec:
|
||
|
ports:
|
||
|
- appProtocol: https
|
||
|
name: https-webhook
|
||
|
port: 443
|
||
|
targetPort: webhook
|
||
|
type: ClusterIP
|