Skip to content

Instantly share code, notes, and snippets.

@ugurcan377
Created March 14, 2018 05:03
Show Gist options
  • Save ugurcan377/aa2022281e00a8038bb6b02dc26fc5bb to your computer and use it in GitHub Desktop.
Save ugurcan377/aa2022281e00a8038bb6b02dc26fc5bb to your computer and use it in GitHub Desktop.
apiVersion: autoscaling/v2beta1
kind: HorizontalPodAutoscaler
metadata:
name: nginx-scaler
spec:
scaleTargetRef:
apiVersion: extensions/v1beta1
kind: Deployment
name: nginx-deployment
minReplicas: 3
maxReplicas: 10
metrics:
- type: Resource
resource:
name: cpu
targetAverageUtilization: 90
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment