Untitled
unknown
yaml
2 years ago
489 B
9
Indexable
apiVersion: autoscaling/v2
kind: HorizontalPodAutoscaler
metadata:
name: d2v-service
spec:
scaleTargetRef:
apiVersion: apps/v1
kind: Deployment
name: d2v-service
minReplicas: 1
maxReplicas: 3
metrics:
- resource:
name: memory
target:
averageUtilization: 90
type: Utilization
type: Resource
- resource:
name: cpu
target:
averageUtilization: 80
type: Utilization
type: ResourceEditor is loading...