Helm chart for kubernetes-ingress-info
helm repo add boarder981-k8s-ingress-info https://raw.githubusercontent.com/boarder981/k8s-ingress-info/master/repo
helm repo update
Example using Traefik for the ingress controller
helm install \
--name kubernetes-ingress-info \
--namespace my-namespace \
boarder981-k8s-ingress-info/k8s-ingress-info \
--version 0.1.0 \
--set rbac.create=true \
--set loadConfigMode=cluster \
--set databaseCache.enabled=true \
--set ingress.enabled=true \
--set ingress.labels."labelName"=value \
--set ingress.annotations."ingress\.kubernetes\.io/protocol"=http \
--set ingress.annotations."kubernetes\.io/ingress\.class"=traefik \
--set ingress.annotations."anotherAnnotation"=value