github.com/nginxinc/kubernetes-ingress@v1.12.5/perf-tests/data/appprotect-ingress.yaml (about) 1 apiVersion: extensions/v1beta1 2 kind: Ingress 3 metadata: 4 name: appprotect-ingress 5 annotations: 6 appprotect.f5.com/app-protect-policy: "test-namespace/example-policy" 7 appprotect.f5.com/app-protect-enable: "True" 8 appprotect.f5.com/app-protect-security-log-enable: "True" 9 appprotect.f5.com/app-protect-security-log: "test-namespace/logconf" 10 appprotect.f5.com/app-protect-security-log-destination: "syslog:server=<IP>:<PORT>" 11 spec: 12 tls: 13 - hosts: 14 - appprotect.example.com 15 secretName: appprotect-secret 16 rules: 17 - host: appprotect.example.com 18 http: 19 paths: 20 - path: /backend1/v1 21 backend: 22 serviceName: backend1-svc 23 servicePort: 80 24 - path: /backend2/v2 25 backend: 26 serviceName: backend2-svc 27 servicePort: 80