Skip to content

Instantly share code, notes, and snippets.

@velotiotech
Created April 2, 2024 05:37
Show Gist options
  • Save velotiotech/c1efc311e8073d2fabea926f596c8b15 to your computer and use it in GitHub Desktop.
Save velotiotech/c1efc311e8073d2fabea926f596c8b15 to your computer and use it in GitHub Desktop.
apiVersion: autoscaling/v1
kind: HorizontalPodAutoscaler
metadata:
name: nginx-ingress-controller
spec:
scaleTargetRef:
apiVersion: apps/v1
kind: Deployment
name: nginx-ingress-controller
minReplicas: 1
maxReplicas: 5
targetCPUUtilizationPercentage: 80
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment