Skip to content

Commit 36b0456

Browse files
author
github-actions
committed
Update perfectscale-autoscaler chart with new package version v1.0.18
1 parent 63ced73 commit 36b0456

File tree

2 files changed

+61
-1
lines changed

2 files changed

+61
-1
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,60 @@
1+
apiVersion: perfectscale.io/v1
2+
kind: ClusterAutomationConfig
3+
metadata:
4+
name: cluster-automation-config
5+
spec:
6+
automation:
7+
operational:
8+
stopAllAutomation: false
9+
timeConstraints:
10+
wasteMaxAutomationFrequency: "30m"
11+
fixResiliencyMaxAutomationFrequency: "30m"
12+
maintenanceWindow:
13+
monday:
14+
- "10:00-18:00"
15+
tuesday:
16+
- "10:00-18:00"
17+
wednesday:
18+
- "10:00-18:00"
19+
thursday:
20+
- "10:00-18:00"
21+
friday:
22+
- "10:00-18:00"
23+
saturday:
24+
- "10:00-18:00"
25+
sunday:
26+
- "10:00-18:00"
27+
restrictions:
28+
workloadMinWasteUSDPerMonth: 5
29+
cpuManagement:
30+
request:
31+
increaseEnabled: false
32+
decreaseEnabled: true
33+
limit:
34+
keepLimit: true
35+
memoryManagement:
36+
request:
37+
increaseEnabled: false
38+
decreaseEnabled: true
39+
limit:
40+
increaseEnabled: false
41+
decreaseEnabled: false
42+
workloadTypes:
43+
# You should consider if you want to enable StatefulSets automation.
44+
# You might want a human eye while restarting production databases, in general, pods with persistent volume are more fragile.
45+
# As well, if your StatefulSet runs on dedicated nodes, reducing workload resources will not help to reduce the cost
46+
StatefulSet:
47+
operational:
48+
automationMode: "Enabled"
49+
Deployment:
50+
operational:
51+
automationMode: "Enabled"
52+
DaemonSet:
53+
operational:
54+
automationMode: "Enabled"
55+
CronJob:
56+
operational:
57+
automationMode: "Enabled"
58+
Job:
59+
operational:
60+
automationMode: "Enabled"

charts/psc-autoscaler/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ replicaCount: 3
22
image:
33
repository: public.ecr.aws/perfectscale-io/psc-autoscaler
44
pullPolicy: Always
5-
tag: "v1.0.17"
5+
tag: "v1.0.18"
66
settings:
77
port: 8443
88
env: "prod"

0 commit comments

Comments
 (0)