Skip to content

Instantly share code, notes, and snippets.

@codeluggage
Created July 24, 2017 15:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save codeluggage/d310fd9a6c1312d9322248cfe2c15d07 to your computer and use it in GitHub Desktop.
Save codeluggage/d310fd9a6c1312d9322248cfe2c15d07 to your computer and use it in GitHub Desktop.
Full Horizontal Pod Autoscaler
apiVersion: autoscaling/v1
kind: HorizontalPodAutoscaler
metadata:
name: php-fpm
namespace: {{STACK_NAME}}
spec:
scaleTargetRef:
kind: Deployment
name: php-fpm-{{STACK_NAME}}
minReplicas: {{NUM_PHP}}
maxReplicas: {{MAX_NUM_PHP}}
targetCPUUtilizationPercentage: {{PHP_CPU_TARGET_PERCENTAGE}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment