blob: 0c7be424cf491c5802a3b0327707a4a939893299 [file]
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: ingress-demo-disallowed
annotations:
kubernetes.io/ingress.allow-http: "false"
spec:
tls:
- hosts:
- example-host.example.com
rules:
- host: example-host.example.com
http:
paths:
- backend:
service:
name: nginx
port:
number: 80
pathType: Exact
path: /