video-iac/k8s/webrtc-be/templates/hpa.yml

12 lines
245 B
YAML

apiVersion: autoscaling/v1
kind: HorizontalPodAutoscaler
metadata:
name: webrtc-be
spec:
scaleTargetRef:
apiVersion: apps/v1
kind: Deployment
name: webrtc-be
minReplicas: 1
maxReplicas: 10
targetCPUUtilizationPercentage: 50