Unverified Commit 568067b4 authored by initsixcloud's avatar initsixcloud Committed by GitHub

Create petclinic-mem-hpa.yaml

parent b6c3c775
apiVersion: autoscaling/v2beta1
kind: HorizontalPodAutoscaler
metadata:
name: petclinic-mem-hpa
spec:
maxReplicas: 5
minReplicas: 1
scaleTargetRef:
apiVersion: apps/v1
kind: Deployment
name: petclinic-deployment
metrics:
- type: Resource
resource:
name: memory
targetAverageUtilization: 50
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment