Skip to content

Instantly share code, notes, and snippets.

@whs
Created November 24, 2017 15:45
Show Gist options
  • Select an option

  • Save whs/1a876465254b710cbd8470cb4859406e to your computer and use it in GitHub Desktop.

Select an option

Save whs/1a876465254b710cbd8470cb4859406e to your computer and use it in GitHub Desktop.
apiVersion: autoscaling/v1
kind: HorizontalPodAutoscaler
metadata:
name: wongnai-react
labels:
app: wongnai-react
spec:
targetCPUUtilizationPercentage: 100
maxReplicas: 15
minReplicas: 3
scaleTargetRef:
kind: Deployment
name: wongnai-react
apiVersion: extensions/v1beta1
# load! overrides/hpa-${NAMESPACE}.yaml, overrides/hpa-default-val.yaml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment