ingress-nginx-helm/docs/examples/openpolicyagent/tests/should-allow-ns-except.yaml

19 lines
343 B
YAML
Raw Permalink Normal View History

apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
creationTimestamp: null
name: simple
namespace: privileged
spec:
rules:
- host: foo1.com
http:
paths:
- backend:
service:
name: svc1
port:
number: 8080
path: /bar
pathType: ImplementationSpecific