gcloud-lab/trading-platform/deploy/k8s/base/data-service-hpa.yaml

28 lines
552 B
YAML
Raw Normal View History

apiVersion: autoscaling/v2
kind: HorizontalPodAutoscaler
metadata:
name: data-service-hpa
namespace: customer1
labels:
app: data-service
spec:
scaleTargetRef:
apiVersion: apps/v1
kind: Deployment
name: data-service
minReplicas: 2
maxReplicas: 10
metrics:
- type: Resource
resource:
name: cpu
target:
type: Utilization
averageUtilization: 80
- type: Resource
resource:
name: memory
target:
type: Utilization
averageUtilization: 80