gfw-api/gfw-forma-alerts-api

View on GitHub
k8s/production/hpa.yaml

Summary

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