-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.hpa.yaml
More file actions
38 lines (38 loc) · 796 Bytes
/
Copy pathapp.hpa.yaml
File metadata and controls
38 lines (38 loc) · 796 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
apiVersion: autoscaling/v2
kind: HorizontalPodAutoscaler
metadata:
name: resource-intensive-q-hpa
namespace: default
spec:
scaleTargetRef:
apiVersion: apps/v1
kind: Deployment
name: resource-intensive-q
minReplicas: 1
maxReplicas: 10
---
apiVersion: autoscaling/v2
kind: HorizontalPodAutoscaler
metadata:
name: resource-intensive-qcrisp-hpa
namespace: default
spec:
scaleTargetRef:
apiVersion: apps/v1
kind: Deployment
name: resource-intensive-qcrisp
minReplicas: 1
maxReplicas: 10
---
apiVersion: autoscaling/v2
kind: HorizontalPodAutoscaler
metadata:
name: resource-intensive-qfuzzy-hpa
namespace: default
spec:
scaleTargetRef:
apiVersion: apps/v1
kind: Deployment
name: resource-intensive-qfuzzy
minReplicas: 1
maxReplicas: 10