File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -689,7 +689,7 @@ spot_node_rescheduler_cpu: "50m"
689
689
690
690
# Enable and configure prevent scale down annotation
691
691
teapot_admission_controller_prevent_scale_down_enabled : " true"
692
- {{if eq .Cluster.Environment "production"}}
692
+ {{if or ( eq .Cluster.Environment "production") (eq .Cluster.Environment "e2e") }}
693
693
teapot_admission_controller_prevent_scale_down_allowed : " true"
694
694
{{else}}
695
695
teapot_admission_controller_prevent_scale_down_allowed : " false"
Original file line number Diff line number Diff line change 20
20
prometheus.io/path : /metrics
21
21
prometheus.io/port : " 9911"
22
22
prometheus.io/scrape : " true"
23
+ zalando.org/prevent-scale-down : " true"
23
24
labels :
24
25
application : e2e-vegeta
25
26
spec :
@@ -59,10 +60,10 @@ spec:
59
60
resources :
60
61
limits :
61
62
cpu : " 1"
62
- memory : 1500Mi
63
+ memory : 4Gi
63
64
requests :
64
65
cpu : " 1"
65
- memory : 1500Mi
66
+ memory : 4Gi
66
67
volumeMounts :
67
68
- name : cfg
68
69
mountPath : /load-targets
You can’t perform that action at this time.
0 commit comments