/site-ingress

Ingress which provide ReverseProxy, Redirect and etc...

Primary LanguageGo

ingress site for Homin.dev

Live > HERE <

CICD

Currently CICD is manual :(

Integration:

export IMAGE_TAG=gcr.io/homin-dev/ingress:latest 
docker buildx build --platform linux/amd64 -t $IMAGE_TAG .
docker push $IMAGE_TAG

Deployment:

k8s configs are move to suapapa/k8s-homin.dev

k apply -f cm/ingress-links.yaml deploy/deploy-ingress_proxy.yaml