With this setup I was able to get 'global' settings for haproxy ingress controller. Can I modify this settings to change configuration on a host or path level?
apiVersion: networking.k8s.io/v1 kind: Ingress metadata: name: gn-ingress namespace: gn annotations: kubernetes.io/ingress.class: haproxy haproxy.org/backend-config-snippet: | timeout server 600s timeout client 600s timeout http-request 60s spec: rules: - host: "myhost1.org" http: paths: - path: / pathType: Prefix backend: service: name: myhost port: number: 80