Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 178 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 178 Bytes

web-app-blue-green-chart

Note

Using RollingUpdate Strategy to trigger Blue-Green Deployment

strategy:
  rollingUpdate:
    maxSurge: 100%
    maxUnavailable: 0%