Skip to content

Instantly share code, notes, and snippets.

@bharatmicrosystems
Last active February 16, 2023 04:16
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save bharatmicrosystems/145524f3b53724907b83ab8cb72059f9 to your computer and use it in GitHub Desktop.
Save bharatmicrosystems/145524f3b53724907b83ab8cb72059f9 to your computer and use it in GitHub Desktop.
apiVersion: autoscaling/v2beta1
kind: HorizontalPodAutoscaler
metadata:
name: custom-metric-sd
namespace: default
spec:
scaleTargetRef:
apiVersion: apps/v1beta1
kind: Deployment
name: custom-metric-sd
minReplicas: 1
maxReplicas: 5
metrics:
- type: Pods
pods:
metricName: responsetime
targetAverageValue: 20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment