Files
k3s-satusehat/overlays/prod/hpa-service.yaml
T
2026-06-24 09:44:24 +07:00

13 lines
261 B
YAML

apiVersion: autoscaling/v1
kind: HorizontalPodAutoscaler
metadata:
name: satusehat-service
spec:
scaleTargetRef:
apiVersion: apps/v1
kind: Deployment
name: satusehat-service
minReplicas: 2
maxReplicas: 5
targetCPUUtilizationPercentage: 70