github.com/vshn/k8ify@v1.1.2-0.20240502214202-6c9ed3ef0bf4/tests/golden/expose-http-and-plain/manifests/nginx-oasp-ingress.yaml (about) 1 apiVersion: networking.k8s.io/v1 2 kind: Ingress 3 metadata: 4 creationTimestamp: null 5 labels: 6 k8ify.ref-slug: oasp 7 k8ify.service: nginx 8 name: nginx-oasp 9 spec: 10 rules: 11 - host: port80.example.com 12 http: 13 paths: 14 - backend: 15 service: 16 name: nginx-oasp 17 port: 18 number: 80 19 path: / 20 pathType: Prefix 21 tls: 22 - hosts: 23 - port80.example.com 24 secretName: nginx-oasp 25 status: 26 loadBalancer: {}