From 11ef6bdf37e17ab864f38b5f14b1a584e5f478cc Mon Sep 17 00:00:00 2001 From: stefanprodan Date: Tue, 27 Nov 2018 16:58:21 +0200 Subject: [PATCH] Add progressDeadlineSeconds to canary example --- README.md | 3 +++ docs/README.md | 3 +++ 2 files changed, 6 insertions(+) diff --git a/README.md b/README.md index ad80479e..6359aeae 100644 --- a/README.md +++ b/README.md @@ -84,6 +84,9 @@ spec: apiVersion: apps/v1 kind: Deployment name: podinfo + # the maximum time in seconds for the canary deployment + # to make progress before it is rollback (default 60s) + progressDeadlineSeconds: 60 # hpa reference (optional) autoscalerRef: apiVersion: autoscaling/v2beta1 diff --git a/docs/README.md b/docs/README.md index 11f869a0..06315b2d 100644 --- a/docs/README.md +++ b/docs/README.md @@ -84,6 +84,9 @@ spec: apiVersion: apps/v1 kind: Deployment name: podinfo + # the maximum time in seconds for the canary deployment + # to make progress before it is rollback (default 60s) + progressDeadlineSeconds: 60 # hpa reference (optional) autoscalerRef: apiVersion: autoscaling/v2beta1