Skip to content

Commit

Permalink
skipper: update canary version to v0.21.84
Browse files Browse the repository at this point in the history
[Changes](zalando/skipper@v0.21.76...v0.21.84)

* zalando/skipper#3060
* zalando/skipper#3061
* zalando/skipper#3062
* zalando/skipper#3063
* zalando/skipper#3064
* zalando/skipper#3057
* zalando/skipper#3055
* zalando/skipper#3053

Also configures required min-drop-probability for passive health checker.

Signed-off-by: Alexander Yastrebov <alexander.yastrebov@zalando.de>
  • Loading branch information
AlexanderYastrebov committed May 6, 2024
1 parent 165edeb commit 6f770c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cluster/config-defaults.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ skipper_ingress_max_replicas: "50"
{{end}}
skipper_ingress_cpu: "1000m"
skipper_ingress_memory: "1500Mi"
skipper_ingress_health_check_options: "period=10s,min-requests=10,max-drop-probability=0.9"
skipper_ingress_health_check_options: "period=10s,min-requests=10,min-drop-probability=0.05,max-drop-probability=0.9"

# Enables deployment of canary version
skipper_ingress_canary_enabled: "true"
Expand Down
2 changes: 1 addition & 1 deletion cluster/manifests/skipper/deployment.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{{ $internal_version := "v0.21.76-905" }}
{{ $canary_internal_version := "v0.21.76-905" }}
{{ $canary_internal_version := "v0.21.84-913" }}

{{/* Optional canary arguments separated by "[cf724afc]" to allow whitespaces, e.g. "-foo=has a whitespace[cf724afc]-baz=qux" */}}
{{ $canary_args := "" }}
Expand Down

0 comments on commit 6f770c3

Please sign in to comment.