Skip to content

Instantly share code, notes, and snippets.

@oscar60310
Created April 8, 2020 08:27
Show Gist options
  • Save oscar60310/d9256878f840baffeb4b8701bb60712b to your computer and use it in GitHub Desktop.
Save oscar60310/d9256878f840baffeb4b8701bb60712b to your computer and use it in GitHub Desktop.
apiVersion: autoscaling/v2beta1
kind: HorizontalPodAutoscaler
metadata:
name: test-frontend-1
spec:
scaleTargetRef:
apiVersion: apps/v1beta2
kind: Deployment
name: test-frontend-1
minReplicas: 1
maxReplicas: 1
metrics:
- type: Resource
resource:
name: memory
targetAverageUtilization: 75
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment