summaryrefslogtreecommitdiff
path: root/yaml/networking/balance.yaml
diff options
context:
space:
mode:
authorSanto Cariotti <santo@dcariotti.me>2025-01-15 18:06:10 +0100
committerSanto Cariotti <santo@dcariotti.me>2025-01-15 18:06:10 +0100
commita8a948998cd12c5bfbb24a1fcf123901c70cb1c0 (patch)
treee56d3f9ae9893247e9ccf1e327f7feb444f6ac46 /yaml/networking/balance.yaml
parent26a515c2bb2b598b2d103644851ce04622b998cf (diff)
Add resources for cas deployment
Diffstat (limited to 'yaml/networking/balance.yaml')
-rw-r--r--yaml/networking/balance.yaml36
1 files changed, 18 insertions, 18 deletions
diff --git a/yaml/networking/balance.yaml b/yaml/networking/balance.yaml
index dd0f17b..a2367e7 100644
--- a/yaml/networking/balance.yaml
+++ b/yaml/networking/balance.yaml
@@ -10,28 +10,28 @@ spec:
minReplicas: 1
maxReplicas: 10
metrics:
- - type: Resource
- resource:
- name: cpu
- target:
- type: Utilization
- averageUtilization: 70
- - type: Resource
- resource:
- name: memory
- target:
- type: Utilization
- averageUtilization: 80
+ - type: Resource
+ resource:
+ name: cpu
+ target:
+ type: Utilization
+ averageUtilization: 70
+ - type: Resource
+ resource:
+ name: memory
+ target:
+ type: Utilization
+ averageUtilization: 70
behavior:
scaleUp:
stabilizationWindowSeconds: 60
policies:
- - type: Percent
- value: 100
- periodSeconds: 15
+ - type: Percent
+ value: 100
+ periodSeconds: 15
scaleDown:
stabilizationWindowSeconds: 300
policies:
- - type: Percent
- value: 100
- periodSeconds: 15
+ - type: Percent
+ value: 100
+ periodSeconds: 15