mirror of
https://github.com/kyverno/kyverno.git
synced 2024-12-15 17:51:20 +00:00
1173e062c9
- fix messages and remove unnecessary comments in testrunner/scenario.go
14 lines
272 B
YAML
14 lines
272 B
YAML
apiVersion: networking.k8s.io/v1beta1
|
|
kind: Ingress
|
|
metadata:
|
|
name: test-ingress
|
|
annotations:
|
|
kubernetes.io/ingress.class: haproxy
|
|
spec:
|
|
rules:
|
|
- http:
|
|
paths:
|
|
- path: /testpath
|
|
backend:
|
|
serviceName: test
|
|
servicePort: 80
|