Add progressDeadlineSeconds to canary example

This commit is contained in:
stefanprodan
2018-11-27 16:58:21 +02:00
parent 9c342e35be
commit 11ef6bdf37
2 changed files with 6 additions and 0 deletions
+3
View File
@@ -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
+3
View File
@@ -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