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