stack/kustomizations/ingress-nginx/controller/webhook.yaml

12 lines
200 B
YAML
Raw Permalink Normal View History

2023-05-13 05:31:19 +00:00
apiVersion: v1
kind: Service
metadata:
name: ingress-nginx-controller-admission
spec:
ports:
- appProtocol: https
name: https-webhook
port: 443
targetPort: webhook
type: ClusterIP