Skip to content

Instantly share code, notes, and snippets.

@TrongTan124
Created November 21, 2020 08:05
Show Gist options
  • Save TrongTan124/eebd46c4c57df3de5606c988797a6fb6 to your computer and use it in GitHub Desktop.
Save TrongTan124/eebd46c4c57df3de5606c988797a6fb6 to your computer and use it in GitHub Desktop.
apiVersion: autoscaling/v2beta1
kind: HorizontalPodAutoscaler
metadata:
name: nginx-hpa
namespace: default
spec:
scaleTargetRef:
apiVersion: apps/v1
kind: Deployment
name: nginx-deploy
minReplicas: 3
maxReplicas: 10
metrics:
- type: Resource
resource:
name: memory
targetAverageUtilization: 80
- type: Resource
resource:
name: cpu
targetAverageUtilization: 3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment