charts icon indicating copy to clipboard operation
charts copied to clipboard

Support type string in ingress service port and pathType in ingress path

Open mike7515 opened this issue 3 years ago • 2 comments

Support type string in ingress service port and pathType in ingress path to work with Application Load Balancer.

It is required to support the ssl-redirect and a different pathType (ex. "Prefix"):

spec:
  rules:
  - host: chartmuseum.domain.com
    http:
      paths:
      - path: "/"
        backend:
          service:
            name: ssl-redirect
            port:
              name: use-annotation
        pathType: "Prefix"

mike7515 avatar Feb 16 '22 20:02 mike7515

thanks for the PR @mike7515! It looks a similar change is being worked in https://github.com/chartmuseum/charts/pull/35 and https://github.com/chartmuseum/charts/issues/36 by @b0nete.

cbuto avatar Feb 17 '22 16:02 cbuto

@mike7515 PR https://github.com/chartmuseum/charts/pull/35 has been merged. You can rebase with main and add the additional changes regarding port number vs name.

cbuto avatar Apr 05 '22 23:04 cbuto