Skip to content

Commit b77ba3d

Browse files
committed
fix: pod deletion by fixing deadlock in data structure
Signed-off-by: Sandor Szücs <[email protected]>
1 parent a2f51a0 commit b77ba3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cluster/manifests/skipper/pod-deletion-cost-controller.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ spec:
2929
- -v={{ .Cluster.ConfigItems.skipper_pod_deletion_cost_controller_log_v }}
3030
- -poll-interval={{ .Cluster.ConfigItems.skipper_pod_deletion_cost_controller_poll_interval }}
3131
- -poll-timeout={{ .Cluster.ConfigItems.skipper_pod_deletion_cost_controller_poll_timeout }}
32-
image: container-registry.zalando.net/gwproxy/pod-deletion-cost-controller:main-21
32+
image: container-registry.zalando.net/gwproxy/pod-deletion-cost-controller:main-23
3333
name: pod-deletion-cost-controller
3434
ports:
3535
- containerPort: 8080

0 commit comments

Comments
 (0)