kubernetes-yaml/learn/learn-kubernetes-master/kiamol/ch19/lab/solution/hpa-cpu.yaml

15 lines
274 B
YAML
Raw Permalink Normal View History

apiVersion: autoscaling/v1
kind: HorizontalPodAutoscaler
metadata:
name: pi-cpu
labels:
kiamol: ch19-lab
spec:
scaleTargetRef:
apiVersion: apps/v1
kind: Deployment
name: pi-web-lab
minReplicas: 2
maxReplicas: 5
targetCPUUtilizationPercentage: 50