charts
charts copied to clipboard
Support type string in ingress service port and pathType in ingress path
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"
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.
@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.