Commit 7f9f7826 authored by mohamadbashar.disoki's avatar mohamadbashar.disoki

cpu hpa update

parent f8f93d3f
apiVersion: autoscaling/v2beta1 apiVersion: autoscaling/v1
kind: HorizontalPodAutoscaler kind: HorizontalPodAutoscaler
metadata: metadata:
name: petclinic-mem-hpa name: petclicnic-hpa
spec: spec:
maxReplicas: 5 maxReplicas: 5
minReplicas: 1 minReplicas: 1
scaleTargetRef: scaleTargetRef:
apiVersion: apps/v1 apiVersion: extensions/v1beta1
kind: Deployment kind: Deployment
name: petclinic-deployment name: petclinic-deployment
targetCPUUtilizationPercentage: 50 targetCPUUtilizationPercentage: 50
\ No newline at end of file
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