gfw-api/fw-alerts

View on GitHub
k8s/production/hpa.yaml

Summary

Maintainability
Test Coverage
apiVersion: autoscaling/v1
kind: HorizontalPodAutoscaler
metadata:
  namespace: fw
  name: fw-alerts
spec:
  scaleTargetRef:
    apiVersion: apps/v1beta1
    kind: Deployment
    name: fw-alerts
  minReplicas: 2
  maxReplicas: 3
  targetCPUUtilizationPercentage: 50