├── README.md ├── demo.png ├── ingress.yaml ├── kustomization.yaml ├── preview-service.yaml ├── rollout.yaml └── service.yaml /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexmt/rollouts-demo-deployment/HEAD/README.md -------------------------------------------------------------------------------- /demo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexmt/rollouts-demo-deployment/HEAD/demo.png -------------------------------------------------------------------------------- /ingress.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexmt/rollouts-demo-deployment/HEAD/ingress.yaml -------------------------------------------------------------------------------- /kustomization.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexmt/rollouts-demo-deployment/HEAD/kustomization.yaml -------------------------------------------------------------------------------- /preview-service.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexmt/rollouts-demo-deployment/HEAD/preview-service.yaml -------------------------------------------------------------------------------- /rollout.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexmt/rollouts-demo-deployment/HEAD/rollout.yaml -------------------------------------------------------------------------------- /service.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexmt/rollouts-demo-deployment/HEAD/service.yaml --------------------------------------------------------------------------------