Files
2026-06-04 09:16:51 +07:00

12 lines
232 B
YAML

apiVersion: autoscaling/v1
kind: HorizontalPodAutoscaler
metadata:
name: eletter
spec:
scaleTargetRef:
apiVersion: apps/v1
kind: Deployment
name: eletter
minReplicas: 1
maxReplicas: 1
targetCPUUtilizationPercentage: 70