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