Skip to content

Instantly share code, notes, and snippets.

@fawix
Created January 12, 2022 04:17
Show Gist options
  • Save fawix/7e146aa48e203cec3dab3d691f4b405c to your computer and use it in GitHub Desktop.
Save fawix/7e146aa48e203cec3dab3d691f4b405c to your computer and use it in GitHub Desktop.
apiVersion: autoscaling/v2beta2
kind: HorizontalPodAutoscaler
metadata:
name: nginx-hpa
spec:
scaleTargetRef:
apiVersion: apps/v1
kind: Deployment
name: nginx-deployment
minReplicas: 1
maxReplicas: 10
metrics:
- type: Resource
resource:
name: cpu
target:
type: Utilization
averageUtilization: 75
- type: Resource
resource:
name: memory
target:
type: AverageValue
averageValue: 400Mi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment