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

28 lines
543 B
YAML
Raw Normal View History

apiVersion: autoscaling/v2
kind: HorizontalPodAutoscaler
metadata:
name: dashboard-hpa
namespace: customer1
labels:
app: dashboard
spec:
scaleTargetRef:
apiVersion: apps/v1
kind: Deployment
name: dashboard
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