14 lines
293 B
YAML
14 lines
293 B
YAML
apiVersion: autoscaling/v1
|
|
kind: HorizontalPodAutoscaler
|
|
metadata:
|
|
name: medicalalert-web-hpa
|
|
namespace: medicalalert-web
|
|
spec:
|
|
scaleTargetRef:
|
|
apiVersion: apps/v1
|
|
kind: Deployment
|
|
name: medicalalert-web
|
|
minReplicas: 3
|
|
maxReplicas: 6
|
|
targetCPUUtilizationPercentage: 70
|