File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -64,9 +64,11 @@ skipper_ingress_hpa_scale_up_max_perc: "100"
64
64
{{if eq .Cluster.Environment "production"}}
65
65
skipper_ingress_min_replicas : " 3"
66
66
skipper_ingress_max_replicas : " 300"
67
+ skipper_ingress_passive_health_check_options : " "
67
68
{{else}}
68
69
skipper_ingress_min_replicas : " 2"
69
70
skipper_ingress_max_replicas : " 50"
71
+ skipper_ingress_passive_health_check_options : " period=10s,min-requests=10,max-drop-probability=0.9"
70
72
{{end}}
71
73
skipper_ingress_cpu : " 1000m"
72
74
skipper_ingress_memory : " 1500Mi"
Original file line number Diff line number Diff line change 1
1
{{ $internal_version := "v0.20.15-824" }}
2
- {{ $canary_internal_version := "v0.20.15-824 " }}
2
+ {{ $canary_internal_version := "v0.21.4-831 " }}
3
3
4
4
{{/* Optional canary arguments separated by "[cf724afc]" to allow whitespaces, e.g. "-foo=has a whitespace[cf724afc]-baz=qux" */}}
5
5
{{ $canary_args := "" }}
@@ -301,6 +301,9 @@ spec:
301
301
{{ if .Cluster.ConfigItems.skipper_ingress_inline_routes }}
302
302
- " -inline-routes={{ .Cluster.ConfigItems.skipper_ingress_inline_routes }}"
303
303
{{ end }}
304
+ {{ if and (.Cluster.ConfigItems.skipper_ingress_passive_health_check_options) (eq .name "skipper-ingress-canary") }}
305
+ - " -passive-health-check={{ .Cluster.ConfigItems.skipper_ingress_passive_health_check_options }}"
306
+ {{ end }}
304
307
{{ if .Cluster.ConfigItems.skipper_ingress_refuse_payload }}
305
308
{{ range $pattern := split .Cluster.ConfigItems.skipper_ingress_refuse_payload "[cf724afc]" }}
306
309
- " -refuse-payload={{ $pattern }}"
You can’t perform that action at this time.
0 commit comments