video-iac/k8s/coturn/templates/hpa.yml

12 lines
239 B
YAML

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