gfw-api/gfw-geostore-api

View on GitHub
k8s/production/hpa.yaml

Summary

Maintainability
Test Coverage
apiVersion: autoscaling/v1
kind: HorizontalPodAutoscaler
metadata:
  name: geostore
  namespace: default
spec:
  scaleTargetRef:
    apiVersion: apps/v1beta1
    kind: Deployment
    name: geostore
  minReplicas: 4
  maxReplicas: 6
  targetCPUUtilizationPercentage: 50