Skip to content

Commit 063a55b

Browse files
committed
chore: Update secret and autoscaling configuration in values.yaml
1 parent ec52445 commit 063a55b

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

charts/slaking/values.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,11 @@ configMap:
155155
create: true
156156
name: ""
157157

158+
# Secret configuration
159+
secret:
160+
create: false
161+
name: ""
162+
158163
# ServiceMonitor for Prometheus Operator
159164
serviceMonitor:
160165
enabled: false
@@ -181,6 +186,10 @@ hpa:
181186
targetCPUUtilizationPercentage: 80
182187
targetMemoryUtilizationPercentage: 80
183188

189+
# Autoscaling configuration
190+
autoscaling:
191+
enabled: false
192+
184193
# NetworkPolicy
185194
networkPolicy:
186195
enabled: false

0 commit comments

Comments
 (0)