这是indexloc提供的服务,不要输入任何密码
Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions plugins/scheduler-k3s/templates/helm-config/keda-add-ons-http.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
---
operator:
resources:
requests:
cpu: 100m
tolerations:
- key: CriticalAddonsOnly
operator: Exists
Expand All @@ -10,6 +13,10 @@ operator:
operator: Exists
effect: NoSchedule
scaler:
replicas: 1
resources:
requests:
cpu: 100m
tolerations:
- key: CriticalAddonsOnly
operator: Exists
Expand All @@ -20,6 +27,11 @@ scaler:
operator: Exists
effect: NoSchedule
interceptor:
resources:
requests:
cpu: 100m
replicas:
min: 1
tolerations:
- key: CriticalAddonsOnly
operator: Exists
Expand Down
Loading