├── README.md ├── cloudbuild.yaml └── kubernetes ├── deployments └── pipeline.yaml └── services └── pipeline.yaml /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kelseyhightower/pipeline-infrastructure-staging/HEAD/README.md -------------------------------------------------------------------------------- /cloudbuild.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kelseyhightower/pipeline-infrastructure-staging/HEAD/cloudbuild.yaml -------------------------------------------------------------------------------- /kubernetes/deployments/pipeline.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kelseyhightower/pipeline-infrastructure-staging/HEAD/kubernetes/deployments/pipeline.yaml -------------------------------------------------------------------------------- /kubernetes/services/pipeline.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kelseyhightower/pipeline-infrastructure-staging/HEAD/kubernetes/services/pipeline.yaml --------------------------------------------------------------------------------