Skip to content

marianschmotzer/root-proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

root-proxy

Helm chart to create pod to add trailing slash to urls mainly as a fix for traefik trailing slash problem.

When deployed to kubernets with traefik ingress will redirect all requests which doesn't match any other ingress rule. Includes

  • nginx with redirect configuration

How to deploy to kubernetes using helm

export NAME='root-proxy'

export ISPRESENTE=$(helm list|grep -w $NAME)


if [ -z "$ISPRESENTED" ];then
    helm install . --name $NAME --namespace default -f values.yaml --debug 
else
    helm upgrade $NAME . -f values.yaml --debug 
fi

Thanks

About

Helm chart to create pod to add trailing slash to urls

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages