apiVersion: networking.k8s.io/v1 kind: Ingress metadata: annotations: kubectl.kubernetes.io/last-applied-configuration: {"apiVersion":"networking.k8s.io/v1","kind":"Ingress","metadata":{"annotations":{},"creationTimestamp":"2025-12-29T07:28:19Z","generation":1,"name":"haproxy-ingress","namespace":"test","resourceVersion":"3565525","uid":"1c305e90-734c-4421-83a5-b3e3414796c3"},"spec":{"ingressClassName":"haproxy","rules":[{"host":"app.10.60.100.92.nip.io","http":{"paths":[{"backend":{"service":{"name":"test-app","port":{"number":8080}}},"path":"/","pathType":"Prefix"}]}}]},"status":{"loadBalancer":{}}} annotations: {} creationTimestamp: "2025-12-29T07:28:19Z" generation: 1 name: haproxy-ingress namespace: test resourceVersion: "4241506" uid: 1c305e90-734c-4421-83a5-b3e3414796c3 spec: ingressClassName: haproxy rules: - host: app.10.60.100.92.nip.io http: paths: - backend: service: name: test-app port: number: 8080 path: / pathType: Prefix status: loadBalancer: {}