Skip to content

Instantly share code, notes, and snippets.

@ualmtorres
Created May 14, 2020 08:28
Show Gist options
  • Save ualmtorres/663ea4cae14c55c0f8dfb1118df3bccf to your computer and use it in GitHub Desktop.
Save ualmtorres/663ea4cae14c55c0f8dfb1118df3bccf to your computer and use it in GitHub Desktop.
apiVersion: autoscaling/v1
kind: HorizontalPodAutoscaler
metadata:
name: sgapi
namespace: demo
spec:
scaleTargetRef:
apiVersion: apps/v1beta1
kind: Deployment
name: sgapi
minReplicas: 1
maxReplicas: 10
targetCPUUtilizationPercentage: 15
---
apiVersion: autoscaling/v1
kind: HorizontalPodAutoscaler
metadata:
name: sgapp
namespace: demo
spec:
scaleTargetRef:
apiVersion: apps/v1beta1
kind: Deployment
name: sgapp
minReplicas: 1
maxReplicas: 10
targetCPUUtilizationPercentage: 15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment