Skip to content
This repository has been archived by the owner on Oct 17, 2019. It is now read-only.

danillouz/brigade-gcr-gateway

Repository files navigation

Brigade GCR Gateway

Brigade Gateway for Google Container Registry.

Running Locally

$ KUBECONFIG="$HOME/.kube/config" NAMESPACE=default go run server.go

Using Helm

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

$ minikube service brigade-gcr-gateway

This will open the browser, now navigate to /health to see if the service is running.

Endpoints

See the Service API Blueprint for more information.