Skip to content

Instantly share code, notes, and snippets.

@Vinay08sharma
Created August 15, 2023 15:35
Show Gist options
  • Save Vinay08sharma/a63979fdc0469f862e6637cc813ea35b to your computer and use it in GitHub Desktop.
Save Vinay08sharma/a63979fdc0469f862e6637cc813ea35b to your computer and use it in GitHub Desktop.
apiVersion: autoscaling/v1
kind: HorizontalPodAutoscaler
metadata:
name: selenosis
namespace: selenosis
spec:
maxReplicas: 10
minReplicas: 1
scaleTargetRef:
apiVersion: apps/v1
kind: Deployment
name: selenosis
targetCPUUtilizationPercentage: 50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment