This commit is contained in:
Patrick Azogni 2024-04-05 06:42:29 +02:00
parent d7927a27b4
commit b61dae362d
2 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,6 @@
# Blue Green
The blue green strategy is not supported by built-in Kubernetes Deployment but available via third-party Kubernetes controller.
This example demonstrates how to implement blue-green deployment via [Argo Rollouts](https://github.com/argoproj/argo-rollouts):

View File

@ -2,7 +2,7 @@
# This is a YAML-formatted file.
# Declare variables to be passed into your templates.
replicaCount: 1
replicaCount: 2
image:
repository: gcr.io/heptio-images/ks-guestbook-demo