Brigade Gateway for Google Container Registry.
$ KUBECONFIG="$HOME/.kube/config" NAMESPACE=default go run server.go
It's recommended that Brigade is installed in it's own namespace, see the Brigade Security Guide for more information.
$ helm install ./charts/brigade-gcr-gateway --namespace brigade --set brigade.namespace=brigade --set rbac.enabled=true -n brigade-gcr-gateway
$ minikube service brigade-gcr-gateway
This will open the browser, now navigate to /health
to see if the service is running.
See the Service API Blueprint for more information.